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 `BasicScaling` class in the App Engine v1 API manages the scaling behavior of an application service, creating instances upon request and turning them down when idle."],["This API is ideal for intermittent workloads and services triggered by user actions."],["The `BasicScaling` class, which inherits from `Object`, includes constructors for creating new instances and properties for managing idle timeout (`IdleTimeout`) and maximum instance count (`MaxInstances`)."],["The `BasicScaling` class is implemented within the `Google.Cloud.AppEngine.V1` namespace, and is part of the `Google.Cloud.AppEngine.V1.dll` assembly."],["The latest version of this API is 2.4.0, however, there are multiple previous versions included in this documentation ranging from 2.3.0 to 1.0.0."]]],[]]