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."],[[["This webpage details the `SessionSpec` class within the `Google.Cloud.Dataplex.V1` namespace, specifically focusing on version 2.2.0 and also including links to other versions from 1.0.0 to 3.6.0."],["The `SessionSpec` class is part of the `Environment.Types` and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default `SessionSpec()` constructor and another `SessionSpec(Environment.Types.SessionSpec other)` that takes another session spec as a parameter."],["The `SessionSpec` class has two properties: `EnableFastStartup`, a boolean that, when true, pre-creates sessions for faster startup, and `MaxIdleDuration`, which allows for the setting of an idle time before the session auto-terminates."],["The latest version available is 3.6.0, while 2.2.0 is the currently focused version, all version links point to `Google.Cloud.Dataplex.V1.Environment.Types.SessionSpec` documentation."]]],[]]