AWS SDK for .NET Documentation
AddDeleteKey Method (hashKey, rangeKey)
AmazonAmazon.DynamoDBv2.DataModelBatchWrite<(Of <(<'T>)>)>AddDeleteKey(Object, Object) Did this page help you?   Yes   No    Tell us about it...
Add a single item to be deleted in the current batch operation. Item is identified by its hash-and-range primary key.
Declaration Syntax
C#
public void AddDeleteKey(
	Object hashKey,
	Object rangeKey
)
Parameters
hashKey (Object)
Hash key of the item to delete
rangeKey (Object)
Range key of the item to delete

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