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 details the `ReadOnly` class within the `Google.Cloud.Datastore.V1` namespace, specifically for .NET development, and provides options for read-only transactions."],["The `ReadOnly` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The documentation covers versions ranging from 3.2.0 up to the latest 4.15.0 for the `Google.Cloud.Datastore.V1.TransactionOptions.Types.ReadOnly` class."],["The `ReadOnly` class has a property called `ReadTime`, which allows for setting the timestamp at which entities are read, which cannot be more than 60 seconds old."],["The page provides information on the constructors available for the `ReadOnly` class, including a default constructor and a constructor that accepts another `TransactionOptions.Types.ReadOnly` instance."]]],[]]