Class BatchCreateSessionsRequest
The request for BatchCreateSessions.
Inheritance
System.Object
BatchCreateSessionsRequest
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.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 |
|---|---|
| System.Nullable<System.Int32> |
SessionTemplate
Parameters to be applied to each created session.
Declaration
[JsonProperty("sessionTemplate")]
public virtual Session SessionTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| Session |