precommitToken property

MultiplexedSessionPrecommitToken? precommitToken
getter/setter pair

A precommit token is included if the read-write transaction has multiplexed sessions enabled.

Pass the precommit token with the highest sequence number from this transaction attempt to the Commit request for this transaction.

Optional.

Implementation

MultiplexedSessionPrecommitToken? precommitToken;