public sealed class TransactionOptions.Types.ReadOnly : IMessage<TransactionOptions.Types.ReadOnly>, IEquatable<TransactionOptions.Types.ReadOnly>, IDeepCloneable<TransactionOptions.Types.ReadOnly>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Datastore v1 API class TransactionOptions.Types.ReadOnly.
This must be a microsecond precision timestamp within the past one hour,
or if Point-in-Time Recovery is enabled, can additionally be a whole
minute timestamp within the past 7 days.
[[["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-17 UTC."],[[["This documentation covers the `TransactionOptions.Types.ReadOnly` class within the Google Cloud Datastore v1 API, specifically in the context of .NET development."],["The `TransactionOptions.Types.ReadOnly` class represents options for read-only transactions and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a property called `ReadTime`, which is of type `Timestamp`, allowing you to specify a point in time for reading entities, with specific constraints on the precision and time range."],["The documentation is referencing Google.Cloud.Datastore.V1 version 4.8.0, and it provides links to other versions of this library, including the latest version 4.15.0."]]],[]]