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-03-21 UTC."],[[["This document provides reference documentation for the `TransactionOptions.Types.ReadOnly` class within the Google Cloud Datastore v1 API, detailing its usage and implementation."],["The `TransactionOptions.Types.ReadOnly` class offers options specific to read-only transactions, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `ReadOnly()` for default initialization and `ReadOnly(ReadOnly)` for creating a copy of an existing `TransactionOptions.Types.ReadOnly` object."],["The `ReadTime` property, of type `Timestamp`, allows specifying a specific time to read entities, within a certain time window based on microsecond precision or, with Point-in-Time Recovery, a whole minute precision."],["The document also outlines the various versions available, ranging from version 3.2.0 up to the latest version 4.15.0, each version linking to its corresponding documentation."]]],[]]