Google Cloud Datastore v1 API - Class TransactionOptions.Types.ReadOnly (4.10.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 Google Cloud Datastore v1 API class TransactionOptions.Types.ReadOnly.

Options specific to read-only transactions.

Inheritance

object > TransactionOptions.Types.ReadOnly

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Constructors

ReadOnly()

public ReadOnly()

ReadOnly(ReadOnly)

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

Properties

ReadTime

public Timestamp ReadTime { get; set; }

Reads entities 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