Class ReadWrite
Message type to initiate a read-write transaction. Currently this transaction type has no options.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class ReadWrite : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MultiplexedSessionPreviousTransactionId
Optional. Clients should pass the transaction ID of the previous transaction attempt that was aborted if this transaction is being executed on a multiplexed session.
Declaration
[JsonProperty("multiplexedSessionPreviousTransactionId")]
public virtual string MultiplexedSessionPreviousTransactionId { get; set; }
Property Value
Type | Description |
---|---|
string |
ReadLockMode
Read lock mode for the transaction.
Declaration
[JsonProperty("readLockMode")]
public virtual string ReadLockMode { get; set; }
Property Value
Type | Description |
---|---|
string |