Method | Description | |
---|---|---|
CreateTableRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
CreateTableRequest ( string tableName, List |
Instantiates CreateTableRequest with the parameterized properties
|
|
CreateTableRequest ( string tableName, List |
Instantiates CreateTableRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetAttributeDefinitions ( ) : bool | ||
IsSetGlobalSecondaryIndexes ( ) : bool | ||
IsSetKeySchema ( ) : bool | ||
IsSetLocalSecondaryIndexes ( ) : bool | ||
IsSetProvisionedThroughput ( ) : bool | ||
IsSetStreamSpecification ( ) : bool | ||
IsSetTableName ( ) : bool |
public CreateTableRequest ( string tableName, List |
||
tableName | string | The name of the table to create. |
keySchema | List |
Specifies the attributes that make up the primary key for a table or an index. The attributes in KeySchema must also be defined in the AttributeDefinitions array. For more information, see Data Model in the Amazon DynamoDB Developer Guide. Each KeySchemaElement in the array is composed of:
HASH . For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a KeyType of HASH , and the second element must have a KeyType of RANGE . For more information, see Specifying the Primary Key in the Amazon DynamoDB Developer Guide. |
return | System |
public CreateTableRequest ( string tableName, List |
||
tableName | string | The name of the table to create. |
keySchema | List |
Specifies the attributes that make up the primary key for a table or an index. The attributes in KeySchema must also be defined in the AttributeDefinitions array. For more information, see Data Model in the Amazon DynamoDB Developer Guide. Each KeySchemaElement in the array is composed of:
HASH . For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a KeyType of HASH , and the second element must have a KeyType of RANGE . For more information, see Specifying the Primary Key in the Amazon DynamoDB Developer Guide. |
attributeDefinitions | List |
An array of attributes that describe the key schema for the table and indexes. |
provisionedThroughput | Sets the CreateTableRequest ProvisionedThroughput property | |
return | System |