Interface protos.google.spanner.v1.TransactionOptions.IReadOnly

Properties of a ReadOnly.

Package

@google-cloud/spanner!

Properties

exactStaleness

exactStaleness?: (google.protobuf.IDuration|null);

ReadOnly exactStaleness

Property Value
TypeDescription
(google.protobuf.IDuration|null)

maxStaleness

maxStaleness?: (google.protobuf.IDuration|null);

ReadOnly maxStaleness

Property Value
TypeDescription
(google.protobuf.IDuration|null)

minReadTimestamp

minReadTimestamp?: (google.protobuf.ITimestamp|null);

ReadOnly minReadTimestamp

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

readTimestamp

readTimestamp?: (google.protobuf.ITimestamp|null);

ReadOnly readTimestamp

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

returnReadTimestamp

returnReadTimestamp?: (boolean|null);

ReadOnly returnReadTimestamp

Property Value
TypeDescription
(boolean|null)

strong

strong?: (boolean|null);

ReadOnly strong

Property Value
TypeDescription
(boolean|null)