C# Class Amazon.DynamoDBv2.KeyType

Key Type
Inheritance: ConstantClass
Datei anzeigen Open project: scopely/aws-sdk-net

Public Properties

Property Type Description
HASH KeyType
RANGE KeyType

Public Methods

Method Description
FindValue ( string value ) : KeyType

Finds the constant for the unique value.

KeyType ( string value ) : System

Default Constructor

Method Details

FindValue() public static method

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

KeyType() public method

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

Property Details

HASH public_oe static_oe property

Constant HASH for KeyType
public static KeyType,Amazon.DynamoDBv2 HASH
return KeyType

RANGE public_oe static_oe property

Constant RANGE for KeyType
public static KeyType,Amazon.DynamoDBv2 RANGE
return KeyType