public sealed class Environment.Types.SessionSpec : IMessage<Environment.Types.SessionSpec>, IEquatable<Environment.Types.SessionSpec>, IDeepCloneable<Environment.Types.SessionSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Environment.Types.SessionSpec.
Configuration for sessions created for this environment.
Implements
IMessageEnvironmentTypesSessionSpec, IEquatableEnvironmentTypesSessionSpec, IDeepCloneableEnvironmentTypesSessionSpec, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
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 |