public sealed class 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.
[[["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 .NET."],["The documentation covers versions 3.2.0 to 4.15.0, with 4.15.0 being the latest version, and the page defaults to version 4.3.0."],["The `ReadOnly` class, found in the `Google.Cloud.Datastore.V1` namespace, allows for the specification of options specific to read-only transactions, and implements multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors: a parameterless `ReadOnly()` and a `ReadOnly(TransactionOptions.Types.ReadOnly)` constructor, and contains the `ReadTime` property, which is of type `Timestamp`, and sets the time at which the entities will be read."]]],[]]