public sealed class Environment.Types.SessionSpec : IMessage<Environment.Types.SessionSpec>, IEquatable<Environment.Types.SessionSpec>, IDeepCloneable<Environment.Types.SessionSpec>, IBufferMessage, IMessage
Implements
IMessageEnvironmentTypesSessionSpec, IEquatableEnvironmentTypesSessionSpec, IDeepCloneableEnvironmentTypesSessionSpec, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DataplexV1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
SessionSpec()
public SessionSpec()
SessionSpec(SessionSpec)
public SessionSpec(Environment.Types.SessionSpec other)
Parameter | |
---|---|
Name | Description |
other | EnvironmentTypesSessionSpec |
Properties
EnableFastStartup
public bool EnableFastStartup { get; set; }
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.
Property Value | |
---|---|
Type | Description |
bool |
MaxIdleDuration
public Duration MaxIdleDuration { get; set; }
Optional. The idle time configuration of the session. The session will be auto-terminated at the end of this period.
Property Value | |
---|---|
Type | Description |
Duration |