Class Transaction (3.5.0)

public sealed class Transaction : IMessage<Transaction>, IEquatable<Transaction>, IDeepCloneable<Transaction>, IBufferMessage, IMessage

A transaction.

Inheritance

Object > Transaction

Implements

Google.Protobuf.IMessage<Transaction>, IEquatable<Transaction>, Google.Protobuf.IDeepCloneable<Transaction>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Spanner.V1

Assembly

Google.Cloud.Spanner.V1.dll

Constructors

Transaction()

public Transaction()

Transaction(Transaction)

public Transaction(Transaction other)
Parameter
NameDescription
otherTransaction

Properties

Id

public ByteString Id { get; set; }

id may be used to identify the transaction in subsequent [Read][google.spanner.v1.Spanner.Read], [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql], [Commit][google.spanner.v1.Spanner.Commit], or [Rollback][google.spanner.v1.Spanner.Rollback] calls.

Single-use read-only transactions do not have IDs, because single-use transactions do not support multiple requests.

Property Value
TypeDescription
Google.Protobuf.ByteString

ReadTimestamp

public Timestamp ReadTimestamp { get; set; }

For snapshot read-only transactions, the read timestamp chosen for the transaction. Not returned by default: see [TransactionOptions.ReadOnly.return_read_timestamp][google.spanner.v1.TransactionOptions.ReadOnly.return_read_timestamp].

A timestamp in RFC3339 UTC &quot;Zulu&quot; format, accurate to nanoseconds. Example: &quot;2014-10-02T15:01:23.045123456Z&quot;.

Property Value
TypeDescription
Google.Protobuf.WellKnownTypes.Timestamp