The identifier of the transaction in which to read. A
transaction identifier is returned by a call to
[Datastore.BeginTransaction][google.datastore.v1.Datastore.BeginTransaction].
[[["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 webpage details the `ReadOptions` class within the `Google.Cloud.Datastore.V1` namespace, specifically for version 3.4.0, with links to versions ranging from 3.2.0 to 4.15.0."],["The `ReadOptions` class is used to define options for read requests and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and has properties like `ConsistencyTypeCase`, `ReadConsistency`, and `Transaction` to manage read request behaviors, including non-transactional read consistency and transaction identifiers."],["There are also two constructors for creating an instance of `ReadOptions`, one that's parameterless and one that takes an existing `ReadOptions` object."],["The latest version of the `ReadOptions` is version 4.15.0, as indicated in the list of version links."]]],[]]