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 implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management within the .NET framework."],["The class includes two constructors, a default `CreateSessionRequest()` and another `CreateSessionRequest(CreateSessionRequest other)` for cloning, and it has properties such as `Database`, `DatabaseAsDatabaseName`, and `Session`, which allow you to set the details of the session you want to create."],["This documentation covers multiple versions of the `CreateSessionRequest` class, going back to version 3.5.0 and including the latest 5.0.0-beta05."]]],[]]