Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchCreateSessionsRequest

import type { BatchCreateSessionsRequest } from "https://googleapis.deno.dev/v1/spanner:v1.ts";

The request for BatchCreateSessions.

interface BatchCreateSessionsRequest {
sessionCount?: number;
sessionTemplate?: Session;
}

§Properties

§
sessionCount?: number
[src]

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?: Session
[src]

Parameters to be applied to each created session.