The commands
field on the Commands object takes a list of Command
objects. The description reads
Individual elements of this atomic command.
Does that mean the list of commands will result in a single transaction? Are the commands guaranteed to be committed in the order supplied, in the sense that the corresponding sub-transactions in the transaction tree occur in that order?