If it has been at least one period since the last load adjustment, the
client should multiply the current load by this value to get the new target
load. For example, if the current load is 100 and factor is 0.8, the new
target load should be 80. After adjusting, the client should ignore
factor until another period has passed.
The client can measure its load using any unit that's comparable over time
For example, QPS can be used as long as each request involves a similar
amount of work.
Time that clients should wait before adjusting the target rate again.
If clients adjust rate too frequently, the impact of the previous
adjustment may not have been taken into account and may
over-throttle or under-throttle. If clients adjust rate too slowly, they
will not be responsive to load changes on server side, and may
over-throttle or under-throttle.
[[["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 `RateLimitInfo` class in the Google Bigtable v2 API provides guidance on how clients should adjust their load to Bigtable, it is found within the `Google.Cloud.Bigtable.V2` namespace and is part of the `Google.Cloud.Bigtable.V2.dll` assembly."],["Version 3.17.0 is the latest available version of the Google.Cloud.Bigtable.V2, and a range of previous versions from 3.16.0 down to 2.2.0 are also documented and accessible."],["The `RateLimitInfo` class implements several interfaces, including `IMessage`, `IEquatable\u003cRateLimitInfo\u003e`, `IDeepCloneable\u003cRateLimitInfo\u003e`, and `IBufferMessage`."],["The RateLimitInfo class has two properties, `Factor`, which suggests the client multiply the current load by a value to adjust to the new load, and `Period`, which indicates the amount of time before adjusting the target rate again."],["`RateLimitInfo` has two constructors, one being a parameterless constructor, and the second requiring another `RateLimitInfo` object."]]],[]]