public sealed class RequestUtilization : IMessage<RequestUtilization>, IEquatable<RequestUtilization>, IDeepCloneable<RequestUtilization>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class RequestUtilization.
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"]],[["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."],[[["This webpage provides reference documentation for the `RequestUtilization` class within the Google Cloud App Engine v1 API for .NET."],["The `RequestUtilization` class is used for target scaling by request utilization in the App Engine flexible environment."],["The latest version of the `RequestUtilization` class is 2.4.0, with versions ranging back to 1.0.0 also available."],["The `RequestUtilization` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and inherits members from the `object` class."],["The class contains two properties that can be set: `TargetConcurrentRequests`, which represents the target number of concurrent requests, and `TargetRequestCountPerSecond`, which sets the target requests per second."]]],[]]