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, which is essential for managing active transactions in Cloud Spanner, allowing for the transfer of transaction information between processes."],["The `TransactionId` class offers methods to serialize (`ToBase64String`) and deserialize (`FromBase64String`) transaction identifiers using Base64 encoding, enabling it to be sent to other processes and reconnected."],["The connection string associated with the transaction's creation can be retrieved through the `ConnectionString` property."],["Version 5.0.0-beta05 is the latest version, and various other versions are available for reference."],["`TransactionId` implements `IEquatable\u003cTransactionId\u003e`, and is derived from `Object`, which means it supports methods such as `GetHashCode()`, and inherits members from `Object`."]]],[]]