AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
The current status of the search domain.

Inheritance Hierarchy

System.Object
  Amazon.CloudSearch.Model.DomainStatus

Namespace: Amazon.CloudSearch.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DomainStatus : Object

The DomainStatus type exposes the following members

Constructors

NameDescription
Public Method DomainStatus()

Properties

NameTypeDescription
Public Property ARN System.String Gets and sets the property ARN.
Public Property Created System.Boolean Gets and sets the property 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.

Public Property Deleted System.Boolean Gets and sets the property 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.

Public Property DocService Amazon.CloudSearch.Model.ServiceEndpoint Gets and sets the property DocService.

The service endpoint for updating documents in a search domain.

Public Property DomainId System.String Gets and sets the property DomainId.
Public Property DomainName System.String Gets and sets the property DomainName.
Public Property Limits Amazon.CloudSearch.Model.Limits Gets and sets the property Limits.
Public Property Processing System.Boolean Gets and sets the property Processing.

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

Public Property RequiresIndexDocuments System.Boolean Gets and sets the property RequiresIndexDocuments.

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

Public Property SearchInstanceCount System.Int32 Gets and sets the property SearchInstanceCount.

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

Public Property SearchInstanceType System.String Gets and sets the property SearchInstanceType.

The instance type that is being used to process search requests.

Public Property SearchPartitionCount System.Int32 Gets and sets the property SearchPartitionCount.

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

Public Property SearchService Amazon.CloudSearch.Model.ServiceEndpoint Gets and sets the property SearchService.

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

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8