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-03-21 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 implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management within the .NET environment."],["The class includes two constructors: a default one and another that takes an existing `CreateSessionRequest` object as a parameter for copying, alongside properties for setting the database and session for the request."],["The current version being documented is version 3.8.0, with a number of previous versions provided, ranging from version 3.5.0 to 5.0.0-beta05, demonstrating the evolution of the functionality over time."],["The class's key properties are `Database`, which is a string, and `Session`, which is of type `Session`, and are used to create a session in a specific database."]]],[]]