public sealed class CreateSessionRequest : IMessage<CreateSessionRequest>, IEquatable<CreateSessionRequest>, IDeepCloneable<CreateSessionRequest>, IBufferMessage, IMessage
The request for [CreateSession][google.spanner.v1.Spanner.CreateSession].
[[["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 webpage details the `CreateSessionRequest` class, which is used to request the creation of a new session in Google Cloud Spanner, with the latest beta version being 5.0.0-beta05."],["The `CreateSessionRequest` class is part of the `Google.Cloud.Spanner.V1` namespace, found within the `Google.Cloud.Spanner.V1.dll` assembly."],["The class inherits from `Object` and implements `IMessage\u003cCreateSessionRequest\u003e`, `IEquatable\u003cCreateSessionRequest\u003e`, `IDeepCloneable\u003cCreateSessionRequest\u003e`, `IBufferMessage`, and `IMessage` interfaces."],["The class includes properties like `Database` (a string representing the database) and `Session` (a `Session` object representing the session to be created), both required for creating a session."],["The page also provides access to the historical versions of the `CreateSessionRequest` documentation, starting from version 3.5.0 up to the newest beta version 5.0.0-beta05."]]],[]]