C# Class Amazon.DynamoDBv2.IndexStatus

Index Status
Inheritance: ConstantClass
Show file 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 static property

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

CREATING public static property

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

DELETING public static property

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

UPDATING public static property

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