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 status of an option, including when it was last updated and whether it is actively in use for searches.

Inheritance Hierarchy

System.Object
  Amazon.CloudSearch_2011_02_01.Model.OptionStatus

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

Syntax

C#
public class OptionStatus : Object

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_2011_02_01.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 visible in searches until IndexDocuments has been called and indexing is complete.
  • Processing: the option's latest value is not yet visible in all searches but is in the process of being activated.
  • Active: the option's latest value is completely visible. Any warnings or messages generated during processing are provided in Diagnostics.
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 Framework:
Supported in: 4.5, 4.0, 3.5