[[["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-05 UTC."],[[["The `FlowControlSettings` class controls data flow by setting limits on the number of outstanding elements and bytes."],["Version 4.10.0 is the latest version available for `FlowControlSettings`, but there are also other versions available, ranging from 3.2.0 to 4.8.0, with direct links."],["`FlowControlSettings` has two nullable parameters within its constructor: `maxOutstandingElementCount` and `maxOutstandingByteCount`, which can be set to define the maximum elements or bytes before data flow restriction."],["The `MaxOutstandingByteCount` and `MaxOutstandingElementCount` properties allow for retrieval of the limits set on outstanding bytes and elements respectively, each of which can be null if no limit was set."],["The `FlowControlSettings` class inherits from the `Object` class, and so has inherited methods such as `ToString`, `Equals`, and `GetHashCode`."]]],[]]