Skip to content

DynamoDBStorage.DeleteEntriesAsync(string, IReadOnlyCollection<Dictionary<string, AttributeValue>>)

DeleteEntriesAsync(string, IReadOnlyCollection<Dictionary<string, AttributeValue>>)

View source
public Task DeleteEntriesAsync(string tableName, IReadOnlyCollection<Dictionary<string, AttributeValue>> toDelete)
Delete multiple entries from a DynamoDB table (Batch delete)

Parameters

tableNamestring
The name of the table to delete entries
toDeleteIReadOnlyCollection<Dictionary<string, AttributeValue>>
List of key values for each entry that must be deleted in the batch