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