Method | Description | |
---|---|---|
DeleteItemRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
DeleteItemRequest ( string tableName, AttributeValue>.Dictionary |
Instantiates DeleteItemRequest with the parameterized properties
|
|
DeleteItemRequest ( string tableName, AttributeValue>.Dictionary |
Instantiates DeleteItemRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetConditionExpression ( ) : bool | ||
IsSetConditionalOperator ( ) : bool | ||
IsSetExpected ( ) : bool | ||
IsSetExpressionAttributeNames ( ) : bool | ||
IsSetExpressionAttributeValues ( ) : bool | ||
IsSetKey ( ) : bool | ||
IsSetReturnConsumedCapacity ( ) : bool | ||
IsSetReturnItemCollectionMetrics ( ) : bool | ||
IsSetReturnValues ( ) : bool | ||
IsSetTableName ( ) : bool |
public DeleteItemRequest ( string tableName, AttributeValue>.Dictionary |
||
tableName | string | The name of the table from which to delete the item. |
key | AttributeValue>.Dictionary | A map of attribute names to AttributeValue objects, representing the primary key of the item to delete. For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key. |
return | System |
public DeleteItemRequest ( string tableName, AttributeValue>.Dictionary |
||
tableName | string | The name of the table from which to delete the item. |
key | AttributeValue>.Dictionary | A map of attribute names to AttributeValue objects, representing the primary key of the item to delete. For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key. |
returnValues | ReturnValue | Use ReturnValues if you want to get the item attributes as they appeared before they were deleted. For DeleteItem, the valid values are:
NONE or ALL_OLD . |
return | System |