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.
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 "Zulu" format, accurate to nanoseconds.
Example: "2014-10-02T15:01:23.045123456Z".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page details the `Transaction` class within the `Google.Cloud.Spanner.V1` namespace, specifically version 3.11.0, which is part of the Google Cloud Spanner .NET library."],["The `Transaction` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["The class has two constructors, a default constructor and one that accepts another `Transaction` object for creating copies."],["The `Transaction` class has two properties: `Id`, which is a `ByteString` that can identify the transaction, and `ReadTimestamp`, which is a `Timestamp` used for snapshot read-only transactions, providing a timestamp in RFC3339 UTC \"Zulu\" format."],["The page provides a version history with available documentation for each version, including the latest beta version, 5.0.0-beta05, alongside stable releases, all the way down to version 3.5.0."]]],[]]