public sealed class TransactionId : IEquatable<TransactionId>
A TransactionId holds identifying information about an active transaction in
Cloud Spanner. Since it is serializable, it enables you to send this information
to another process or machine so it may connect to the same transaction.
[[["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-04-09 UTC."],[[["This document outlines the `TransactionId` class within the `Google.Cloud.Spanner.Data` namespace, which is used to identify and manage active transactions in Cloud Spanner."],["The `TransactionId` class is serializable, allowing transaction information to be passed between processes or machines for connecting to the same transaction."],["The `TransactionId` class offers methods such as `FromBase64String` to create a `TransactionId` from a base64 encoded string, and `ToBase64String` to serialize a `TransactionId` into a base64 string."],["The current latest version is 5.0.0-beta05, with a range of prior releases available going as far back as version 3.5.0 for the Google Cloud Spanner Data."],["The `TransactionId` class is an implementation of `IEquatable\u003cTransactionId\u003e`, inheriting members such as `GetType`, `MemberwiseClone`, and `ToString` from the `Object` class."]]],[]]