Creates a MultiTableBatchWrite object that is a combination
of the current BatchWrite and the specified BatchWrites

C# |
public MultiTableBatchWrite Combine( params BatchWrite[] otherBatches )

- otherBatches (array<BatchWrite>[]()[][])
- Other BatchWrite objects

MultiTableBatchWrite consisting of the multiple BatchWrite objects:
the current batch and the passed-in batches.