C# Class Amazon.DynamoDBv2.TableStatus

Table Status
Inheritance: ConstantClass
Afficher le fichier Open project: scopely/aws-sdk-net

Méthodes publiques

Свойство Type Description
ACTIVE TableStatus
CREATING TableStatus
DELETING TableStatus
UPDATING TableStatus

Méthodes publiques

Méthode Description
FindValue ( string value ) : TableStatus

Finds the constant for the unique value.

TableStatus ( string value ) : System

Default Constructor

Method Details

FindValue() public static méthode

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

TableStatus() public méthode

Default Constructor
public TableStatus ( string value ) : System
value string
Résultat System

Property Details

ACTIVE public_oe static_oe property

Constant ACTIVE for TableStatus
public static TableStatus,Amazon.DynamoDBv2 ACTIVE
Résultat TableStatus

CREATING public_oe static_oe property

Constant CREATING for TableStatus
public static TableStatus,Amazon.DynamoDBv2 CREATING
Résultat TableStatus

DELETING public_oe static_oe property

Constant DELETING for TableStatus
public static TableStatus,Amazon.DynamoDBv2 DELETING
Résultat TableStatus

UPDATING public_oe static_oe property

Constant UPDATING for TableStatus
public static TableStatus,Amazon.DynamoDBv2 UPDATING
Résultat TableStatus