C# Class Amazon.DynamoDBv2.IndexStatus

Index Status
Inheritance: ConstantClass
显示文件 Open project: scopely/aws-sdk-net

Public Properties

Property Type Description
ACTIVE IndexStatus
CREATING IndexStatus
DELETING IndexStatus
UPDATING IndexStatus

Public Methods

Method Description
FindValue ( string value ) : IndexStatus

Finds the constant for the unique value.

IndexStatus ( string value ) : System

Default Constructor

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : IndexStatus
value string The unique value for the constant
return IndexStatus

IndexStatus() public method

Default Constructor
public IndexStatus ( string value ) : System
value string
return System

Property Details

ACTIVE public_oe static_oe property

Constant ACTIVE for IndexStatus
public static IndexStatus,Amazon.DynamoDBv2 ACTIVE
return IndexStatus

CREATING public_oe static_oe property

Constant CREATING for IndexStatus
public static IndexStatus,Amazon.DynamoDBv2 CREATING
return IndexStatus

DELETING public_oe static_oe property

Constant DELETING for IndexStatus
public static IndexStatus,Amazon.DynamoDBv2 DELETING
return IndexStatus

UPDATING public_oe static_oe property

Constant UPDATING for IndexStatus
public static IndexStatus,Amazon.DynamoDBv2 UPDATING
return IndexStatus