public sealed class StandardSchedulerSettings : IMessage<StandardSchedulerSettings>, IEquatable<StandardSchedulerSettings>, IDeepCloneable<StandardSchedulerSettings>, IBufferMessage, IMessage
[[["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."],[[["This webpage details the `StandardSchedulerSettings` class, which is used to configure scheduler settings for the standard App Engine environment."],["The `StandardSchedulerSettings` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors: a default constructor `StandardSchedulerSettings()` and a copy constructor `StandardSchedulerSettings(StandardSchedulerSettings other)`."],["Key properties within `StandardSchedulerSettings` include `MaxInstances`, `MinInstances`, `TargetCpuUtilization`, and `TargetThroughputUtilization`, allowing control over instance scaling and resource usage."],["Multiple versions of the class documentation are available, ranging from version 1.0.0 to the latest 2.4.0, each with its own specific documentation link."]]],[]]