Creates a MultiTableDocumentBatchWrite object that is a combination
of the current DocumentBatchWrite and the specified DocumentBatchWrite.

C# |
public MultiTableDocumentBatchWrite Combine( DocumentBatchWrite otherBatch )

- otherBatch (DocumentBatchWrite)
- Other DocumentBatchWrite object.

MultiTableDocumentBatchWrite consisting of the two DocumentBatchWrite
objects.