public sealed class BatchCreateSessionsRequest : IMessage<BatchCreateSessionsRequest>, IEquatable<BatchCreateSessionsRequest>, IDeepCloneable<BatchCreateSessionsRequest>, IBufferMessage, IMessage
The request for [BatchCreateSessions][google.spanner.v1.Spanner.BatchCreateSessions].
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][google.spanner.v1.BatchCreateSessionsRequest.session_count] as necessary).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This document outlines the `BatchCreateSessionsRequest` class within the `Google.Cloud.Spanner.V1` namespace, used to request the creation of multiple sessions in Google Cloud Spanner."],["The class, which is found in the `Google.Cloud.Spanner.V1.dll` assembly, includes constructors for creating new instances and for copying existing instances of the `BatchCreateSessionsRequest`."],["Key properties of the `BatchCreateSessionsRequest` include `Database` (specifying the target database), `DatabaseAsDatabaseName` (a typed view of the database name), `SessionCount` (the desired number of sessions), and `SessionTemplate` (parameters for the new sessions)."],["This documentation details the class structure, inheritance, and implemented interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The document lists multiple versions of the BatchCreateSessionsRequest class, ranging from version 3.5.0 to the latest beta version, 5.0.0-beta05."]]],[]]