C# Class Amazon.DynamoDBv2.TableStatus

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

Public Properties

Property Type Description
ACTIVE TableStatus
CREATING TableStatus
DELETING TableStatus
UPDATING TableStatus

Public Methods

Method Description
FindValue ( string value ) : TableStatus

Finds the constant for the unique value.

TableStatus ( string value ) : System

Default Constructor

Method Details

FindValue() public static method

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

TableStatus() public method

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

Property Details

ACTIVE public_oe static_oe property

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

CREATING public_oe static_oe property

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

DELETING public_oe static_oe property

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

UPDATING public_oe static_oe property

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