AWS SDK for .NET Documentation
AddKeyToDelete Method (hashKey, rangeKey)
AmazonAmazon.DynamoDB.DocumentModelDocumentBatchWriteAddKeyToDelete(Primitive, Primitive) Did this page help you?   Yes   No    Tell us about it...
Add a single item to delete, identified by its hash-and-range primary key.
Declaration Syntax
C#
public void AddKeyToDelete(
	Primitive hashKey,
	Primitive rangeKey
)
Parameters
hashKey (Primitive)
Hash key element of the item to delete.
rangeKey (Primitive)
Range key element of the item to delete.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)