public sealed class TransactionId : IEquatable<TransactionId>
Reference documentation and code samples for the Google.Cloud.Spanner.Data class 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-03-21 UTC."],[[["This documentation page provides reference information for the `TransactionId` class within the `Google.Cloud.Spanner.Data` namespace, detailing its functionality in Cloud Spanner transactions."],["The `TransactionId` class allows for the identification of an active transaction in Cloud Spanner, facilitating the transfer of transaction information to other processes or machines."],["The class includes properties like `ConnectionString`, which is used to define the connections string where the transaction was created."],["Methods `FromBase64String` and `ToBase64String` can create and serialize `TransactionId` instances using Base64 encoding, respectively."],["Multiple versions of the documentation are available, ranging from version 3.5.0 up to the latest beta release, 5.0.0-beta05."]]],[]]