C# Class Amazon.DynamoDBv2.KeyType

Key Type
Inheritance: ConstantClass
Afficher le fichier Open project: scopely/aws-sdk-net

Méthodes publiques

Свойство Type Description
HASH KeyType
RANGE KeyType

Méthodes publiques

Méthode Description
FindValue ( string value ) : KeyType

Finds the constant for the unique value.

KeyType ( string value ) : System

Default Constructor

Method Details

FindValue() public static méthode

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

KeyType() public méthode

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

Property Details

HASH public_oe static_oe property

Constant HASH for KeyType
public static KeyType,Amazon.DynamoDBv2 HASH
Résultat KeyType

RANGE public_oe static_oe property

Constant RANGE for KeyType
public static KeyType,Amazon.DynamoDBv2 RANGE
Résultat KeyType