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 provides documentation for the `BasicScaling` class within the `Google.Cloud.AppEngine.V1` namespace, specifically for version 1.3.0."],["`BasicScaling` instances are created upon receiving application requests and are shut down when the application is idle, making it suitable for intermittent or user-driven workloads."],["The `BasicScaling` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties `IdleTimeout` (a `Duration` type) and `MaxInstances` (an `Int32` type) that control instance shutdown and maximum instance count respectively."],["There are multiple versions of the class available ranging from 1.0.0 to 2.4.0, with 2.4.0 being the most recent version."]]],[]]