AWS SDK Version 3 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.

The status of domain configuration option.

Inheritance Hierarchy

System.Object
  Amazon.CloudSearch.Model.OptionStatus

Namespace: Amazon.CloudSearch.Model
Assembly: AWSSDK.CloudSearch.dll
Version: 3.x.y.z

Syntax

C#
public class OptionStatus

The OptionStatus type exposes the following members

Constructors

NameDescription
Public Method OptionStatus()

Properties

NameTypeDescription
Public Property CreationDate System.DateTime

Gets and sets the property CreationDate.

A timestamp for when this option was created.

Public Property PendingDeletion System.Boolean

Gets and sets the property PendingDeletion.

Indicates that the option will be deleted once processing is complete.

Public Property State Amazon.CloudSearch.OptionState

Gets and sets the property State.

The state of processing a change to an option. Possible values:

  • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
  • Processing: the option's latest value is in the process of being activated.
  • Active: the option's latest value is completely deployed.
  • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.

Public Property UpdateDate System.DateTime

Gets and sets the property UpdateDate.

A timestamp for when this option was last updated.

Public Property UpdateVersion System.Int32

Gets and sets the property UpdateVersion.

A unique integer that indicates when this option was last updated.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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