Interface protos.google.spanner.v1.ITransactionSelector

Properties of a TransactionSelector.

Package

@google-cloud/spanner!

Properties

begin

begin?: (google.spanner.v1.ITransactionOptions|null);

TransactionSelector begin

Property Value
TypeDescription
(google.spanner.v1.ITransactionOptions|null)

id

id?: (Uint8Array|string|null);

TransactionSelector id

Property Value
TypeDescription
(Uint8Array|string|null)

singleUse

singleUse?: (google.spanner.v1.ITransactionOptions|null);

TransactionSelector singleUse

Property Value
TypeDescription
(google.spanner.v1.ITransactionOptions|null)