public sealed class BatchCreateSessionsResponse : IMessage<BatchCreateSessionsResponse>, IEquatable<BatchCreateSessionsResponse>, IDeepCloneable<BatchCreateSessionsResponse>, IBufferMessage, IMessage
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."],[[["The latest version of the `BatchCreateSessionsResponse` is `5.0.0-beta05`, with various previous versions listed, including stable and beta releases."],["`BatchCreateSessionsResponse` is a class that inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is a response type for the `BatchCreateSessions` method found within `google.spanner.v1.Spanner`."],["The class is part of the `Google.Cloud.Spanner.V1` namespace and resides in the `Google.Cloud.Spanner.V1.dll` assembly."],["The `BatchCreateSessionsResponse` class includes a `Session` property, a `RepeatedField` that contains the newly created sessions."]]],[]]