Firestore v1 API - Class TransactionOptions.Types.ReadOnly (3.6.0)

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.

Inheritance

object > TransactionOptions.Types.ReadOnly

Namespace

Google.Cloud.Firestore.V1

Assembly

Google.Cloud.Firestore.V1.dll

Constructors

ReadOnly()

public ReadOnly()

ReadOnly(ReadOnly)

public ReadOnly(TransactionOptions.Types.ReadOnly other)
Parameter
NameDescription
otherTransactionOptionsTypesReadOnly

Properties

ConsistencySelectorCase

public TransactionOptions.Types.ReadOnly.ConsistencySelectorOneofCase ConsistencySelectorCase { get; }
Property Value
TypeDescription
TransactionOptionsTypesReadOnlyConsistencySelectorOneofCase

ReadTime

public Timestamp ReadTime { get; set; }

Reads documents at the given time.

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.

Property Value
TypeDescription
Timestamp