seqNum property

int? seqNum
getter/setter pair

An incrementing seq number is generated on every precommit token that is returned.

Clients should remember the precommit token with the highest sequence number from the current transaction attempt.

Implementation

core.int? seqNum;