Interface protos.google.spanner.v1.IBatchCreateSessionsRequest

Properties of a BatchCreateSessionsRequest.

Package

@google-cloud/spanner!

Properties

database

database?: (string|null);

BatchCreateSessionsRequest database

Property Value
TypeDescription
(string|null)

sessionCount

sessionCount?: (number|null);

BatchCreateSessionsRequest sessionCount

Property Value
TypeDescription
(number|null)

sessionTemplate

sessionTemplate?: (google.spanner.v1.ISession|null);

BatchCreateSessionsRequest sessionTemplate

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