public sealed class Environment.Types.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 provides documentation for the `Environment.Types.SessionSpec` class within the `Google.Cloud.Dataplex.V1` namespace, detailing its structure and functionality across various versions."],["The latest version documented is 3.6.0, and the page covers a range of versions from 1.0.0 up to the latest, allowing for review of version specific information."],["`Environment.Types.SessionSpec` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default `SessionSpec()` and a copy constructor `SessionSpec(Environment.Types.SessionSpec other)`."],["Key properties of the class include `EnableFastStartup`, which controls pre-creation of sessions for faster startup, and `MaxIdleDuration`, which determines the session's automatic termination time."]]],[]]