C# Class Amazon.DynamoDBv2.ProjectionType

Projection Type
Inheritance: ConstantClass
Datei anzeigen Open project: scopely/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
ALL ProjectionType
INCLUDE ProjectionType
KEYS_ONLY ProjectionType

Public Methods

Method Description
FindValue ( string value ) : ProjectionType

Finds the constant for the unique value.

ProjectionType ( string value ) : System

Default Constructor

Method Details

FindValue() public static method

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

ProjectionType() public method

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

Property Details

ALL public_oe static_oe property

Constant ALL for ProjectionType
public static ProjectionType,Amazon.DynamoDBv2 ALL
return ProjectionType

INCLUDE public_oe static_oe property

Constant INCLUDE for ProjectionType
public static ProjectionType,Amazon.DynamoDBv2 INCLUDE
return ProjectionType

KEYS_ONLY public_oe static_oe property

Constant KEYS_ONLY for ProjectionType
public static ProjectionType,Amazon.DynamoDBv2 KEYS_ONLY
return ProjectionType