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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eBasicScaling\u003c/code\u003e class within the Google Cloud App Engine v1 API, specifically version 2.3.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBasicScaling\u003c/code\u003e is a class used for managing service instances that are created upon receiving a request and shut down when the application becomes idle, making it suitable for intermittent workloads or user-driven activity.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBasicScaling\u003c/code\u003e class includes properties such as \u003ccode\u003eIdleTimeout\u003c/code\u003e to configure the duration before instance shutdown and \u003ccode\u003eMaxInstances\u003c/code\u003e to set the maximum number of instances for a given version.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and has inherited members from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 2.4.0, and the documentation also provides reference links for other previous versions, ranging from 2.2.0 down to 1.0.0.\u003c/p\u003e\n"]]],[],null,[]]