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 manages target scaling by request utilization, specifically within the App Engine flexible environment."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message support."],["It offers two constructors: a default one `RequestUtilization()` and another `RequestUtilization(RequestUtilization other)` for creating instances from existing `RequestUtilization` objects."],["The class contains properties `TargetConcurrentRequests` and `TargetRequestCountPerSecond`, allowing configuration of the desired number of concurrent requests and requests per second."],["Version 2.4.0 is the latest version and this page is specifically for version 1.4.0, with other versions being accessible via links."]]],[]]