public sealed class Environment.Types.SessionSpec : IMessage<Environment.Types.SessionSpec>, IEquatable<Environment.Types.SessionSpec>, IDeepCloneable<Environment.Types.SessionSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Environment.Types.SessionSpec.
Configuration for sessions created for this environment.
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 reference documentation for the `Environment.Types.SessionSpec` class within the Google Cloud Dataplex V1 API, detailing its structure and usage."],["The class `Environment.Types.SessionSpec` is used to configure sessions created for a specific environment, including parameters for faster startup and idle time configuration."],["The page lists all available versions of the API documentation, ranging from version 1.0.0 up to the latest version, 3.6.0, allowing users to select the version they are working with."],["`SessionSpec` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities within the Google Protocol Buffers framework."],["The properties `EnableFastStartup` and `MaxIdleDuration` are available to configure the sessions behavior, for example the ability to pre-create sessions and to set auto-termination after a period of inactivity."]]],[]]