public sealed class RequestUtilization : IMessage<RequestUtilization>, IEquatable<RequestUtilization>, IDeepCloneable<RequestUtilization>, IBufferMessage, IMessage
Target scaling by request utilization.
Only applicable in the App Engine flexible environment.
[[["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 `RequestUtilization` class is designed for target scaling based on request utilization, specifically within the App Engine flexible environment."],["It inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data cloning."],["The class includes two constructors: a default constructor `RequestUtilization()` and a copy constructor `RequestUtilization(RequestUtilization other)` to create new instances or copies."],["`RequestUtilization` has two properties, `TargetConcurrentRequests` and `TargetRequestCountPerSecond`, both of type `Int32`, which define the target metrics for scaling."],["There are multiple versions available, ranging from 1.0.0 to the latest version 2.4.0, each with its own documentation page linked."]]],[]]