AWS SDK for .NET Documentation
DomainStatus Class
AmazonAmazon.CloudSearch_2011_02_01.ModelDomainStatus Did this page help you?   Yes   No    Tell us about it...

The current status of the search domain.

Declaration Syntax
C#
public class DomainStatus
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DomainStatus()()()()
Initializes a new instance of the DomainStatus class

Created
True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

Deleted
True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

DocService
The service endpoint for updating documents in a search domain.

DomainId
An internally generated unique identifier for a domain.

Constraints:

Length
1 - 64


DomainName
A string that represents the name of a domain. Domain names must be unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen). Uppercase letters and underscores are not allowed.

Constraints:

Length
3 - 28
Pattern
[a-z][a-z0-9\-]+


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
NumSearchableDocs
The number of documents that have been submitted to the domain and indexed.

Constraints:

Range
0 -


Processing
True if processing is being done to activate the current domain configuration.

RequiresIndexDocuments
True if IndexDocuments needs to be called to activate the current domain configuration.

SearchInstanceCount
The number of search instances that are available to process search requests.

Constraints:

Range
1 -


SearchInstanceType
The instance type (such as search.m1.small) that is being used to process search requests.

SearchPartitionCount
The number of partitions across which the search index is spread.

Constraints:

Range
1 -


SearchService
The service endpoint for requesting search results from a search domain.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCreated(Boolean) Obsolete.
Sets the Created property

WithDeleted(Boolean) Obsolete.
Sets the Deleted property

WithDocService(ServiceEndpoint) Obsolete.
Sets the DocService property

WithDomainId(String) Obsolete.
Sets the DomainId property

WithDomainName(String) Obsolete.
Sets the DomainName property

WithNumSearchableDocs(Int64) Obsolete.
Sets the NumSearchableDocs property

WithProcessing(Boolean) Obsolete.
Sets the Processing property

WithRequiresIndexDocuments(Boolean) Obsolete.
Sets the RequiresIndexDocuments property

WithSearchInstanceCount(Int32) Obsolete.
Sets the SearchInstanceCount property

WithSearchInstanceType(String) Obsolete.
Sets the SearchInstanceType property

WithSearchPartitionCount(Int32) Obsolete.
Sets the SearchPartitionCount property

WithSearchService(ServiceEndpoint) Obsolete.
Sets the SearchService property

Inheritance Hierarchy
Object
DomainStatus

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)