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."],[[["The `BasicScaling` class in the `Google.Cloud.AppEngine.V1` namespace defines how a service scales by creating instances upon receiving requests and shutting them down when idle, making it suitable for intermittent workloads."],["Version 2.4.0 is the latest version available for `Google.Cloud.AppEngine.V1` while version 1.2.0 of this specific page is being viewed."],["The `BasicScaling` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BasicScaling` class has two constructors: a default one and another that accepts another `BasicScaling` object as a parameter."],["`BasicScaling` instances can have configurable `IdleTimeout` and `MaxInstances`, specifying the duration an instance waits before shutdown and the maximum instance count respectively."]]],[]]