Class MultiplexedSessionPrecommitToken
When a read-write transaction is executed on a multiplexed session, this precommit token is sent back to the client as a part of the [Transaction] message in the BeginTransaction response and also as a part of the [ResultSet] and [PartialResultSet] responses.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class MultiplexedSessionPrecommitToken : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PrecommitToken
Opaque precommit token.
Declaration
[JsonProperty("precommitToken")]
public virtual string PrecommitToken { get; set; }
Property Value
Type | Description |
---|---|
string |
SeqNum
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.
Declaration
[JsonProperty("seqNum")]
public virtual int? SeqNum { get; set; }
Property Value
Type | Description |
---|---|
int? |