public sealed class TransactionOptions.Types.ReadOnly : IMessage<TransactionOptions.Types.ReadOnly>, IEquatable<TransactionOptions.Types.ReadOnly>, IDeepCloneable<TransactionOptions.Types.ReadOnly>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class TransactionOptions.Types.ReadOnly.
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 content provides reference documentation for the `TransactionOptions.Types.ReadOnly` class in the Firestore v1 API, which is used for read-only transactions in Google Cloud Firestore."],["This class is part of the `Google.Cloud.Firestore.V1` namespace and is located in the `Google.Cloud.Firestore.V1.dll` assembly, with a variety of previous version numbers linked to documentation."],["The `TransactionOptions.Types.ReadOnly` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its capabilities for handling messages and deep cloning."],["It includes a constructor for creating a new `ReadOnly` object and another for creating a copy of an existing `ReadOnly` object, and it also contains the property `ConsistencySelectorCase` which is a case selector."],["The class has a `ReadTime` property which determines the timestamp when documents should be read, and can't be older than 60 seconds."]]],[]]