[[["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-14 UTC."],[[["This webpage details the `ExponentialBackoffPolicy` class within the Google Cloud Bigtable C++ client library, which is used to implement exponential backoff strategies."],["The latest release candidate version is 2.37.0-rc, and the page lists past versions, down to 2.11.0, with links to each version's documentation of the `ExponentialBackoffPolicy` class."],["The class has two constructors, one that takes `internal::RPCPolicyParameters` and another that allows you to set the `initial_delay` and `maximum_delay`."],["Key functions include `clone()`, which creates a copy of the object, `Setup()`, to update the `ClientContext`, and `OnCompletion()`, which calculates the delay after an RPC operation, accepting either a `Status` or a `grpc::Status` parameter."]]],[]]