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-03-21 UTC."],[[["This webpage provides documentation for the `ReadOptions` class within the `Google.Cloud.Datastore.V1` namespace, specifically version 3.2.0 of the library, with links to past versions as well, up to 4.15.0, the latest."],["The `ReadOptions` class is used to configure options for read requests, sharing options for the read requests within the API."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` among others."],["The class includes constructors for creating new instances, and properties such as `ConsistencyTypeCase`, `ReadConsistency`, and `Transaction` for setting options related to how data is read."],["The `ReadConsistency` property determines the non-transactional read consistency, which can not be set to strong for global queries, and `Transaction` property allows a transaction to be specified by its identifier."]]],[]]