google_api_spanner v0.18.0 GoogleApi.Spanner.V1.Model.BatchCreateSessionsRequest 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Spanner.V1.Model.BatchCreateSessionsRequest{ sessionCount: integer(), sessionTemplate: GoogleApi.Spanner.V1.Model.Session.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.