Interface protos.google.spanner.v1.IExecuteBatchDmlRequest

Properties of an ExecuteBatchDmlRequest.

Package

@google-cloud/spanner!

Properties

requestOptions

requestOptions?: (google.spanner.v1.IRequestOptions|null);

ExecuteBatchDmlRequest requestOptions

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

seqno

seqno?: (number|Long|string|null);

ExecuteBatchDmlRequest seqno

Property Value
TypeDescription
(number|Long|string|null)

session

session?: (string|null);

ExecuteBatchDmlRequest session

Property Value
TypeDescription
(string|null)

statements

statements?: (google.spanner.v1.ExecuteBatchDmlRequest.IStatement[]|null);

ExecuteBatchDmlRequest statements

Property Value
TypeDescription
(google.spanner.v1.ExecuteBatchDmlRequest.IStatement[]|null)

transaction

transaction?: (google.spanner.v1.ITransactionSelector|null);

ExecuteBatchDmlRequest transaction

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