public sealed class SessionSpec : IMessage<Environment.Types.SessionSpec>, IEquatable<Environment.Types.SessionSpec>, IDeepCloneable<Environment.Types.SessionSpec>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["The `SessionSpec` class provides configuration options for sessions within the Google Cloud Dataplex V1 environment."],["Version 3.6.0 is the latest version available, with a range of previous versions also listed, going down to version 1.0.0."],["The `SessionSpec` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SessionSpec` class has two constructors: a default constructor, `SessionSpec()`, and a constructor that takes another `SessionSpec` instance as a parameter, `SessionSpec(Environment.Types.SessionSpec other)`."],["It allows for setting `EnableFastStartup` to speed up interactive exploration sessions, and `MaxIdleDuration` to automatically terminate idle sessions."]]],[]]