public sealed class BasicScaling : IMessage<BasicScaling>, IEquatable<BasicScaling>, IDeepCloneable<BasicScaling>, IBufferMessage, IMessage
A service with basic scaling will create an instance when the application
receives a request. The instance will be turned down when the app becomes
idle. Basic scaling is ideal for work that is intermittent or driven by
user activity.
[[["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-04-17 UTC."],[[["This webpage details the `BasicScaling` class within the `Google.Cloud.AppEngine.V1` namespace, which is part of the Google Cloud App Engine .NET library."],["`BasicScaling` manages instances that are created upon receiving a request and shut down when the application becomes idle, making it suitable for intermittent workloads or user-driven activity."],["The class includes properties like `IdleTimeout`, which defines the duration an instance waits after the last request before shutting down, and `MaxInstances`, which sets the maximum number of instances to create."],["The `BasicScaling` class has implementations for `IMessage\u003cBasicScaling\u003e`, `IEquatable\u003cBasicScaling\u003e`, `IDeepCloneable\u003cBasicScaling\u003e`, `IBufferMessage`, and `IMessage`."],["The page also provides a version history, with the latest version being 2.4.0 and going all the way back to 1.0.0, for the `BasicScaling` documentation."]]],[]]