Class BatchCreateSessionsRequest
The request for BatchCreateSessions.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class BatchCreateSessionsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SessionCount
Required. The number of sessions to be created in this batch call. The API may return fewer than the requested number of sessions. If a specific number of sessions are desired, the client can make additional calls to BatchCreateSessions (adjusting session_count as necessary).
Declaration
[JsonProperty("sessionCount")]
public virtual int? SessionCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
SessionTemplate
Parameters to be applied to each created session.
Declaration
[JsonProperty("sessionTemplate")]
public virtual Session SessionTemplate { get; set; }
Property Value
Type | Description |
---|---|
Session |