[[["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."],[[["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`."]]],[]]