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

The status of an option, including when it was last updated and whether it is actively in use for searches.

Declaration Syntax
C#
public class OptionStatus
Members
All MembersConstructorsMethodsProperties



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

CreationDate
A timestamp for when this option was created.

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.)
PendingDeletion
Indicates that the option will be deleted once processing is complete.

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.

Constraints:

Allowed Values
RequiresIndexDocuments, Processing, Active


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
UpdateDate
A timestamp for when this option was last updated.

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

Constraints:

Range
0 -


WithCreationDate(DateTime) Obsolete.
Sets the CreationDate property

WithPendingDeletion(Boolean) Obsolete.
Sets the PendingDeletion property

WithState(String) Obsolete.
Sets the State property

WithUpdateDate(DateTime) Obsolete.
Sets the UpdateDate property

WithUpdateVersion(Int32) Obsolete.
Sets the UpdateVersion property

Inheritance Hierarchy
Object
OptionStatus

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