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"]],[["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\u003eThe \u003ccode\u003eBasicScaling\u003c/code\u003e class in the \u003ccode\u003eGoogle.Cloud.AppEngine.V1\u003c/code\u003e namespace defines how a service scales by creating instances upon receiving requests and shutting them down when idle, making it suitable for intermittent workloads.\u003c/p\u003e\n"],["\u003cp\u003eVersion 2.4.0 is the latest version available for \u003ccode\u003eGoogle.Cloud.AppEngine.V1\u003c/code\u003e while version 1.2.0 of this specific page is being viewed.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBasicScaling\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and 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.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBasicScaling\u003c/code\u003e class has two constructors: a default one and another that accepts another \u003ccode\u003eBasicScaling\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBasicScaling\u003c/code\u003e instances can have configurable \u003ccode\u003eIdleTimeout\u003c/code\u003e and \u003ccode\u003eMaxInstances\u003c/code\u003e, specifying the duration an instance waits before shutdown and the maximum instance count respectively.\u003c/p\u003e\n"]]],[],null,[]]