Class CreateSessionRequest
The request for CreateSession.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class CreateSessionRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Session
Required. The session to create.
Declaration
[JsonProperty("session")]
public virtual Session Session { get; set; }
Property Value
Type | Description |
---|---|
Session |