Cloud Dataplex v1 API - Class Environment.Types.SessionSpec (2.2.0)

public sealed class SessionSpec : IMessage<Environment.Types.SessionSpec>, IEquatable<Environment.Types.SessionSpec>, IDeepCloneable<Environment.Types.SessionSpec>, IBufferMessage, IMessage

Inheritance

Object > Environment.Types.SessionSpec

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

SessionSpec()

public SessionSpec()

SessionSpec(Environment.Types.SessionSpec)

public SessionSpec(Environment.Types.SessionSpec other)
Parameter
NameDescription
otherEnvironment.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
TypeDescription
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
TypeDescription
Duration