public sealed class BasicScaling : IMessage<BasicScaling>, IEquatable<BasicScaling>, IDeepCloneable<BasicScaling>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class BasicScaling.
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 of the `BasicScaling` class in the App Engine v1 API is 2.4.0, with previous versions ranging from 1.0.0 to 2.3.0 available."],["`BasicScaling` is designed for applications with intermittent or user-driven workloads, creating instances only upon request and shutting them down during idle periods."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`BasicScaling` class provides properties to configure `IdleTimeout` and set the `MaxInstances` for a given application version."],["The class is found in the namespace `Google.Cloud.AppEngine.V1`, within the `Google.Cloud.AppEngine.V1.dll` assembly."]]],[]]