Interface protos.google.spanner.v1.IExecuteBatchDmlRequest (7.5.0)

Properties of an ExecuteBatchDmlRequest.

Package

@google-cloud/spanner

Properties

requestOptions

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

ExecuteBatchDmlRequest requestOptions

seqno

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

ExecuteBatchDmlRequest seqno

session

session?: (string|null);

ExecuteBatchDmlRequest session

statements

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

ExecuteBatchDmlRequest statements

transaction

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

ExecuteBatchDmlRequest transaction