public sealed class ReadOnly : IMessage<TransactionOptions.Types.ReadOnly>, IEquatable<TransactionOptions.Types.ReadOnly>, IDeepCloneable<TransactionOptions.Types.ReadOnly>, IBufferMessage, IMessage
Options for a transaction that can only be used to read documents.
[[["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."],[[["The provided content is for the `ReadOnly` class, which is part of the `Google.Cloud.Firestore.V1` namespace, and is used to define options for transactions that are limited to reading documents."],["The `ReadOnly` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message manipulation, equality checking, deep cloning, and buffered message handling."],["There are multiple versions listed for the `ReadOnly` class, with the latest being version 3.10.0, and the version displayed within the context is 2.5.0."],["The `ReadOnly` class has two constructors, a default constructor (`ReadOnly()`) and a copy constructor (`ReadOnly(TransactionOptions.Types.ReadOnly other)`), allowing for the creation of new instances and copies of existing instances."],["The class contains properties `ConsistencySelectorCase` and `ReadTime`, which allows specification of how a document is read, for example, with the `ReadTime` property, which lets you set a timestamp for reading documents within the past 60 seconds."]]],[]]