AWS SDK for .NET Documentation
MultiTableDocumentBatchWrite Class
AmazonAmazon.DynamoDBv2.DocumentModelMultiTableDocumentBatchWrite Did this page help you?   Yes   No    Tell us about it...
Class for putting and/or deleting a batch of items in multiple DynamoDB tables.
Declaration Syntax
C#
public class MultiTableDocumentBatchWrite
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
MultiTableDocumentBatchWrite(array<DocumentBatchWrite>[]()[][])
Constructs a MultiTableDocumentBatchWrite object from a number of DocumentBatchWrite objects.

AddBatch(DocumentBatchWrite)
Add a DocumentBatchWrite object to the multi-table batch request.

Batches
List of DocumentBatchWrite objects to include in the multi-table batch request.

BeginExecute(AsyncCallback, Object)
Initiates the asynchronous execution of the Execute operation.

EndExecute(IAsyncResult)
Finishes the asynchronous execution of the Execute operation.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Execute()()()()
Executes a multi-table batch put/delete against all configured batches. 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.

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
MultiTableDocumentBatchWrite

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