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

Properties of an ExecuteBatchDmlRequest.

Package

@google-cloud/spanner-api

Properties

lastStatements

lastStatements?: (boolean|null);

ExecuteBatchDmlRequest lastStatements

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