The current status of the search domain.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DomainStatus
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | 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: | 
|  | 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: | 
|  | Equals(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: | 
|  | 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: | 
|  | 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: | 
|  | 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
 Inheritance Hierarchy| Object | |
|  | DomainStatus |