Show / Hide Table of Contents

Class BatchCreateSessionsRequest

The request for BatchCreateSessions.

Inheritance
object
BatchCreateSessionsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
string

SessionCount

Required. The number of sessions to be created in this batch call. At least one session is created. The API can 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 apply to each created session.

Declaration
[JsonProperty("sessionTemplate")]
public virtual Session SessionTemplate { get; set; }
Property Value
Type Description
Session

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX