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

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

Inheritance

object > Environment.Types.SessionSpec

Namespace

GoogleCloudGoogle.Cloud.DataplexV1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

SessionSpec()

public SessionSpec()

SessionSpec(SessionSpec)

public SessionSpec(Environment.Types.SessionSpec other)
Parameter
NameDescription
otherEnvironmentTypesSessionSpec

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
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
TypeDescription
Duration