BatchCreateSessionsRequest
import type { BatchCreateSessionsRequest } from "https://googleapis.deno.dev/v1/spanner:v1.ts";The request for BatchCreateSessions.
§Properties
§
sessionCount?: number
[src]Required. The number of sessions to be created in this batch call. At
least one session is created. 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 to BatchCreateSessions (adjusting
session_count as necessary).