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."],[[["The latest version of the `CreateSessionRequest` documentation is 5.0.0-beta05, with the content showcasing a range of versions down to 3.5.0."],["The `CreateSessionRequest` class is used to request the creation of a new session within Google Cloud Spanner."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateSessionRequest` class has properties for specifying the `Database`, `DatabaseAsDatabaseName`, and `Session` when creating a new session."],["The document also includes constructors for creating an empty `CreateSessionRequest` or one based on another `CreateSessionRequest` instance."]]],[]]