Class GoogleCloudDataplexV1EnvironmentSessionSpec
Configuration for sessions created for this environment.
Implements
Inherited Members
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 |