AWS SDK for .NET Documentation
BatchWrite<(Of <(<'T>)>)> Class
AmazonAmazon.DynamoDBv2.DataModelBatchWrite<(Of <(<'T>)>)> Did this page help you?   Yes   No    Tell us about it...
Represents a strongly-typed object for writing/deleting a batch of items in a single DynamoDB table
Declaration Syntax
C#
public class BatchWrite<T> : BatchWrite
Generic Template Parameters
T
Members
All MembersMethods



IconMemberDescription
AddDeleteItem(T)
Add a single item to be deleted in the current batch operation.

AddDeleteItems(IEnumerable<(Of <<'(T>)>>))
Add a number of items to be deleted in the current batch operation

AddDeleteKey(Object)
Add a single item to be deleted in the current batch operation. Item is identified by its hash primary key.

AddDeleteKey(Object, Object)
Add a single item to be deleted in the current batch operation. Item is identified by its hash-and-range primary key.

AddPutItem(T)
Add a single item to be put in the current batch operation

AddPutItems(IEnumerable<(Of <<'(T>)>>))
Add a number of items to be put in the current batch operation

BeginExecute(AsyncCallback, Object)
Initiates the asynchronous execution of the Execute operation.
(Inherited from BatchWrite.)
Combine(array<BatchWrite>[]()[][])
Creates a MultiTableBatchWrite object that is a combination of the current BatchWrite and the specified BatchWrites

EndExecute(IAsyncResult)
Finishes the asynchronous execution of the Execute operation.
(Inherited from BatchWrite.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Execute()()()()
Executes a server call to batch-write/delete the items requested. If more than 25 put/delete operations are specified, calls of up to 25 put/delete items will be made until all items are processed.
(Inherited from BatchWrite.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
BatchWrite
 BatchWrite<(Of <(<'T>)>)>

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