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.
This must be a microsecond precision timestamp within the past one
hour, or if Point-in-Time Recovery is enabled, can additionally be a
whole minute timestamp within the past 7 days.
[[["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 webpage provides documentation for the `TransactionOptions.Types.ReadOnly` class within the Google Cloud Firestore v1 API, focusing on options for read-only transactions."],["The latest version of the documentation available is for version 3.10.0, and also includes versions going as far back as 2.3.0."],["The `TransactionOptions.Types.ReadOnly` class, which inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, is used to specify options for read-only transactions."],["The class offers constructors such as `ReadOnly()` and `ReadOnly(ReadOnly)`, and includes properties like `ConsistencySelectorCase` and `ReadTime` for managing transaction consistency and read time."],["This page includes reference documentation and code samples for the Firestore v1 API class, and is part of the namespace `Google.Cloud.Firestore.V1`, found in the assembly `Google.Cloud.Firestore.V1.dll`."]]],[]]