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.

Provides the current status of the entity.

Inheritance Hierarchy

System.Object
  Amazon.Elasticsearch.Model.OptionStatus

Namespace: Amazon.Elasticsearch.Model
Assembly: AWSSDK.Elasticsearch.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.

Timestamp which tells the creation date for the entity.

Public Property PendingDeletion System.Boolean

Gets and sets the property PendingDeletion.

Indicates whether the Elasticsearch domain is being deleted.

Public Property State Amazon.Elasticsearch.OptionState

Gets and sets the property State.

Provides the OptionState for the Elasticsearch domain.

Public Property UpdateDate System.DateTime

Gets and sets the property UpdateDate.

Timestamp which tells the last updated time for the entity.

Public Property UpdateVersion System.Int32

Gets and sets the property UpdateVersion.

Specifies the latest version for the entity.

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