Class TransactionOptions.Types.ReadOnly (2.3.0)

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.

Inheritance

Object > TransactionOptions.Types.ReadOnly

Namespace

Google.Cloud.Firestore.V1

Assembly

Google.Cloud.Firestore.V1.dll

Constructors

ReadOnly()

public ReadOnly()

ReadOnly(TransactionOptions.Types.ReadOnly)

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

Properties

ConsistencySelectorCase

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

ReadTime

public Timestamp ReadTime { get; set; }

Reads documents at the given time. This may not be older than 60 seconds.

Property Value
TypeDescription
Timestamp