[[["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 document details the `ExponentialBackoffPolicy` class within the Google Cloud Bigtable C++ client library, providing versioned documentation from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `ExponentialBackoffPolicy` class implements a simple exponential backoff policy for retrying operations, which can be customized with parameters such as `initial_delay` and `maximum_delay`."],["Constructors for `ExponentialBackoffPolicy` allow initialization using `internal::RPCPolicyParameters` or by specifying the `initial_delay` and `maximum_delay` durations."],["Key functions of the class include `clone()` for creating a new copy, `Setup()` for updating the `ClientContext`, and `OnCompletion()` for calculating the delay after an RPC operation, based on its resulting status."],["The `OnCompletion` method has overloads that accept `Status const &` or `grpc::Status const &` parameters, allowing it to operate with google cloud status or with grpc status."]]],[]]