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."],[[["The latest version of the `Google.Cloud.Dataplex.V1.Environment.Types.SessionSpec` API is 3.6.0, with numerous previous versions dating back to 1.0.0 available for reference."],["`Environment.Types.SessionSpec` is a class within the Cloud Dataplex v1 API that configures sessions for a specified environment, implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `SessionSpec` class has two constructors: a parameterless constructor `SessionSpec()` and a constructor `SessionSpec(SessionSpec)` that takes another `SessionSpec` instance as a parameter."],["Key properties of `SessionSpec` include `EnableFastStartup`, which, when true, pre-creates sessions for faster startup, and `MaxIdleDuration`, which auto-terminates sessions after a set period of inactivity."],["This documentation provides reference details for developers using .NET and offers a hierarchy of inherited members and an object inheritance pattern."]]],[]]