Google Cloud Spanner v1 API - Class CreateSessionRequest (5.0.0-beta03)

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].

Inheritance

object > CreateSessionRequest

Namespace

Google.Cloud.Spanner.V1

Assembly

Google.Cloud.Spanner.V1.dll

Constructors

CreateSessionRequest()

public CreateSessionRequest()

CreateSessionRequest(CreateSessionRequest)

public CreateSessionRequest(CreateSessionRequest other)
Parameter
NameDescription
otherCreateSessionRequest

Properties

Database

public string Database { get; set; }

Required. The database in which the new session is created.

Property Value
TypeDescription
string

DatabaseAsDatabaseName

public DatabaseName DatabaseAsDatabaseName { get; set; }

Google.Cloud.Spanner.Common.V1.DatabaseName-typed view over the Database resource name property.

Property Value
TypeDescription
Google.Cloud.Spanner.Common.V1.DatabaseName

Session

public Session Session { get; set; }

Required. The session to create.

Property Value
TypeDescription
Session