precommitToken property
A precommit token will be included in the response of a BeginTransaction request if the read-write transaction is on a multiplexed session and a mutation_key was specified in the BeginTransaction.
The precommit token with the highest sequence number from this transaction attempt should be passed to the Commit request for this transaction.
Implementation
MultiplexedSessionPrecommitToken? precommitToken;