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 within the `Google.Cloud.Dataplex.V1` namespace is available in multiple versions, with version 3.6.0 being the latest."],["The `SessionSpec` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for managing session-related configurations."],["It is designed to have two constructors, one parameterless for creating an empty object and the other accepting another `SessionSpec` object to create a new instance with identical values."],["The `SessionSpec` class provides two properties, `EnableFastStartup` to enable pre-created sessions and `MaxIdleDuration` to auto-terminate sessions after a set idle period."],["There are many versions of this class, with the oldest being 1.0.0, and is available in the `Google.Cloud.Dataplex.V1.dll` assembly."]]],[]]