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."],[[["The latest beta version available is 5.0.0-beta05 for the `Google.Cloud.Spanner.V1` package."],["Version 3.13.0 is documented as a specific version within the list of available versions, but is not the most recent."],["`CreateSessionRequest` is a class used to request the creation of a session in Google Cloud Spanner, found within the `Google.Cloud.Spanner.V1` namespace."],["The `CreateSessionRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class contains the properties `Database`, used to determine which database the new session is created in, `DatabaseAsDatabaseName`, which is a `DatabaseName`-typed view of the `Database` resource, and `Session`, which determines the session to be created."]]],[]]