public sealed class ReadOnly : IMessage<TransactionOptions.Types.ReadOnly>, IEquatable<TransactionOptions.Types.ReadOnly>, IDeepCloneable<TransactionOptions.Types.ReadOnly>, IBufferMessage, IMessage
[[["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 `ReadOnly` class within the `Google.Cloud.Datastore.V1` namespace, specifically for version 3.5.0."],["The `ReadOnly` class is used to define options for read-only transactions and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for this content is 4.15.0, with numerous prior versions listed back to 3.2.0 for which documentation is also available."],["The `ReadOnly` class has a `ReadTime` property of type `Timestamp`, which specifies the point in time for reading entities and is limited to a maximum age of 60 seconds."],["The `ReadOnly` class has two constructors, one default constructor named `ReadOnly()` and one that takes in a parameter named `other`, of type `TransactionOptions.Types.ReadOnly`, and a description is available for each."]]],[]]