C# Class Amazon.DynamoDBv2.ProjectionType

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

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

INCLUDE public static property

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

KEYS_ONLY public static property

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