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-03-21 UTC."],[[["The latest version available for `BasicScaling` within `Google.Cloud.AppEngine.V1` is 2.4.0, with multiple prior versions also listed."],["`BasicScaling` creates an instance when an application receives a request and shuts down the instance when the application is idle, making it suitable for intermittent work or user-driven activity."],["The `BasicScaling` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BasicScaling` class offers properties such as `IdleTimeout`, which specifies the duration an instance waits after the last request before shutdown, and `MaxInstances`, which dictates the maximum number of instances that can be created."],["The namespace for the `BasicScaling` class is `Google.Cloud.AppEngine.V1`, and the assembly it's part of is `Google.Cloud.AppEngine.V1.dll`."]]],[]]