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"]],[["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-12 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eRateLimitInfo\u003c/code\u003e class within the Google Bigtable v2 API, specifically for .NET development, outlining its purpose and usage.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRateLimitInfo\u003c/code\u003e class, found in the \u003ccode\u003eGoogle.Cloud.Bigtable.V2\u003c/code\u003e namespace, is designed to inform clients how they should adjust their load to interact with Bigtable efficiently.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the documentation is 3.17.0, and the page includes links to documentation for versions down to 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRateLimitInfo\u003c/code\u003e provides properties such as \u003ccode\u003eFactor\u003c/code\u003e (a double that indicates how much the load should be adjusted) and \u003ccode\u003ePeriod\u003c/code\u003e (a Duration indicating how long to wait between adjustments), to properly fine-tune client loads.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRateLimitInfo\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<RateLimitInfo>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<RateLimitInfo>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]