Show / Hide Table of Contents

Class ReadWrite

Message type to initiate a read-write transaction. Currently this transaction type has no options.

Inheritance
object
ReadWrite
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX