[[["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-04-17 UTC."],[[["The `FlowControlSettings` class, found in the `Google.Api.Gax` namespace, manages settings to control data flow."],["Version 4.10.0 is the latest version available of this class, with multiple previous versions also documented, all the way back to version 3.2.0."],["`FlowControlSettings` is a sealed class inheriting from `Object`, and it includes inherited members such as `ToString()`, `Equals()`, `GetHashCode()`, and `GetType()`."],["The `FlowControlSettings` constructor allows specifying limits for the maximum number of outstanding elements (`maxOutstandingElementCount`) and the maximum number of outstanding bytes (`maxOutstandingByteCount`)."],["The class provides two properties, `MaxOutstandingByteCount` and `MaxOutstandingElementCount`, both of which are nullable long integers that determine the thresholds before data flow is restricted."]]],[]]