GoogleApi.Spanner.V1.Model.BatchCreateSessionsRequest (google_api_spanner v0.23.0) View Source
The request for BatchCreateSessions.
Attributes
-
sessionCount(type:integer(), default:nil) - Required. The number of sessions to be created in this batch call. The API may return fewer than the requested number of sessions. If a specific number of sessions are desired, the client can make additional calls to BatchCreateSessions (adjusting session_count as necessary). -
sessionTemplate(type:GoogleApi.Spanner.V1.Model.Session.t, default:nil) - Parameters to be applied to each created session.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Spanner.V1.Model.BatchCreateSessionsRequest{
sessionCount: integer(),
sessionTemplate: GoogleApi.Spanner.V1.Model.Session.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.