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 page provides documentation for the `TransactionOptions.Types.ReadOnly` class within the Google Cloud Datastore V1 API, specifically for the .NET environment, with version 4.11.0 as the currently displayed reference."],["The `TransactionOptions.Types.ReadOnly` class is used to define options for read-only transactions in Datastore, and it includes a property named `ReadTime` of type `Timestamp` that is essential for when reading entities at a specific time."],["The documentation covers the class's inheritance from `object`, its implementation of multiple interfaces (`IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`), and details its constructors, including `ReadOnly()` and `ReadOnly(TransactionOptions.Types.ReadOnly other)`."],["The provided list of links, shows the availability of documentation for previous versions, and all the way up to the most current version of this reference, `4.15.0`, in addition to the other available versions."]]],[]]