public sealed class CreateSessionRequest : IMessage<CreateSessionRequest>, IEquatable<CreateSessionRequest>, IDeepCloneable<CreateSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner v1 API class CreateSessionRequest.
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 document provides reference documentation for the `CreateSessionRequest` class within the Google Cloud Spanner v1 API, specifically for version 4.3.0."],["`CreateSessionRequest` is used to define requests for creating sessions in Google Cloud Spanner, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `Database`, which is a required string representing the target database, and `Session`, which is the required session object to be created."],["Available versions of the API, ranging from 3.5.0 to 5.0.0-beta05, are listed, providing links to the documentation for each version."],["The class has 2 constructors available, one default and one that accepts another `CreateSessionRequest` as a parameter."]]],[]]