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 document outlines 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 inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateSessionRequest` class includes properties such as `Database` (a string representing the database name), `DatabaseAsDatabaseName` (a typed view of the database name), and `Session` (representing the session to be created)."],["The document lists various available versions of `Google.Cloud.Spanner.V1`, ranging from version 3.5.0 up to the latest beta version, 5.0.0-beta05."],["The `CreateSessionRequest` class has two constructors, a default constructor, and a constructor that creates a new instance of the class from another."]]],[]]