Show / Hide Table of Contents

Class GoogleCloudDataplexV1EnvironmentSessionSpec

Configuration for sessions created for this environment.

Inheritance
object
GoogleCloudDataplexV1EnvironmentSessionSpec
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.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1EnvironmentSessionSpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnableFastStartup

Optional. If True, this causes sessions to be pre-created and available for faster startup to enable interactive exploration use-cases. This defaults to False to avoid additional billed charges. These can only be set to True for the environment with name set to "default", and with default configuration.

Declaration
[JsonProperty("enableFastStartup")]
public virtual bool? EnableFastStartup { get; set; }
Property Value
Type Description
bool?

MaxIdleDuration

Optional. The idle time configuration of the session. The session will be auto-terminated at the end of this period.

Declaration
[JsonProperty("maxIdleDuration")]
public virtual object MaxIdleDuration { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX