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."],[[["The latest version available for `StandardSchedulerSettings` is 2.4.0, with other versions ranging from 1.0.0 to 2.3.0 also listed."],["`StandardSchedulerSettings` is designed for the standard environment and inherits from `Object`, while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class provides properties for configuring the maximum and minimum number of instances (`MaxInstances`, `MinInstances`) for a version."],["The `TargetCpuUtilization` and `TargetThroughputUtilization` properties are used to define the CPU and throughput utilization ratios for scaling."],["The `StandardSchedulerSettings` class offers two constructors: a default constructor and one that allows creating an instance based on another `StandardSchedulerSettings` object."]]],[]]