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."],[[["This page details the `ReadOnly` class within the `Google.Cloud.Firestore.V1` namespace, which is used for transactions that can only read documents."],["The `ReadOnly` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations."],["The class offers two constructors: a default `ReadOnly()` constructor and a copy constructor `ReadOnly(TransactionOptions.Types.ReadOnly other)`."],["It has two properties, `ConsistencySelectorCase` of the type `TransactionOptions.Types.ReadOnly.ConsistencySelectorOneofCase` and `ReadTime` of type `Timestamp`, which defines the document's read state."],["The latest version available of this class is 3.10.0, and the page provides links to multiple versions of this class down to 2.3.0."]]],[]]