precommitToken property

MultiplexedSessionPrecommitToken? precommitToken
getter/setter pair

If the read-write transaction was executed on a multiplexed session, the precommit token with the highest sequence number received in this transaction attempt, should be included here.

Failing to do so will result in a FailedPrecondition error.

Optional.

Implementation

MultiplexedSessionPrecommitToken? precommitToken;