public sealed class SessionSpec : IMessage<Environment.Types.SessionSpec>, IEquatable<Environment.Types.SessionSpec>, IDeepCloneable<Environment.Types.SessionSpec>, IBufferMessage, IMessage
Implements
IMessage<Environment.Types.SessionSpec>, IEquatable<Environment.Types.SessionSpec>, IDeepCloneable<Environment.Types.SessionSpec>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
SessionSpec()
public SessionSpec()
SessionSpec(Environment.Types.SessionSpec)
public SessionSpec(Environment.Types.SessionSpec other)
Parameter | |
---|---|
Name | Description |
other | Environment.Types.SessionSpec |
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 |
Boolean |
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 |