public sealed class BatchCreateSessionsResponse : IMessage<BatchCreateSessionsResponse>, IEquatable<BatchCreateSessionsResponse>, IDeepCloneable<BatchCreateSessionsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner v1 API class BatchCreateSessionsResponse.
The response for [BatchCreateSessions][google.spanner.v1.Spanner.BatchCreateSessions].
[[["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-03-21 UTC."],[[["This documentation page covers the `BatchCreateSessionsResponse` class within the Google Cloud Spanner v1 API, specifically for .NET."],["The latest version available in the documentation is 5.0.0-beta05, while version 4.4.0 is detailed with documentation, in addition to a number of previous versions."],["`BatchCreateSessionsResponse` serves as the response type for the `BatchCreateSessions` method in the Google Cloud Spanner API."],["The `BatchCreateSessionsResponse` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides the property `Session`, which is a `RepeatedField` of the type `Session`, and it represents the newly created sessions."]]],[]]