Skip to content

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

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

View source
public Task PutEntriesAsync(string tableName, IReadOnlyCollection<Dictionary<string, AttributeValue>> toCreate)
Crete or replace multiple entries in a DynamoDB table (Batch put)

Parameters

tableNamestring
The name of the table to search for the entry
toCreateIReadOnlyCollection<Dictionary<string, AttributeValue>>
List of key values for each entry that must be created or replaced in the batch