Interface protos.google.spanner.v1.IRequestOptions

Properties of a RequestOptions.

Package

@google-cloud/spanner!

Properties

priority

priority?: (google.spanner.v1.RequestOptions.Priority|keyof typeof google.spanner.v1.RequestOptions.Priority|null);

RequestOptions priority

Property Value
TypeDescription
(google.spanner.v1.RequestOptions.Priority|keyof typeof google.spanner.v1.RequestOptions.Priority|null)

requestTag

requestTag?: (string|null);

RequestOptions requestTag

Property Value
TypeDescription
(string|null)

transactionTag

transactionTag?: (string|null);

RequestOptions transactionTag

Property Value
TypeDescription
(string|null)