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 `CreateSessionRequest` class is used to request the creation of a new session within Google Cloud Spanner."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message management."],["The `CreateSessionRequest` class contains two constructors, one default and one that accepts another `CreateSessionRequest` instance as a parameter."],["It includes properties like `Database`, which is a required string representing the target database, `DatabaseAsDatabaseName`, which provides a typed view of the database name, and `Session`, which represents the session to be created."],["The document contains a list of versions available, starting from the latest `5.0.0-beta05` down to version `3.5.0`."]]],[]]