C# Class Amazon.DynamoDBv2.IndexStatus

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
FindValue ( string value ) : IndexStatus

Finds the constant for the unique value.

IndexStatus ( string value ) : System

Default Constructor

Method Details

FindValue() public static méthode

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

IndexStatus() public méthode

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

Property Details

ACTIVE public_oe static_oe property

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

CREATING public_oe static_oe property

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

DELETING public_oe static_oe property

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

UPDATING public_oe static_oe property

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