C# Class Amazon.DynamoDBv2.KeyType

Key Type
Inheritance: ConstantClass
Show file 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 static property

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

RANGE public static property

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