Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DefaultRetryQuotaOptions

Hierarchy

  • DefaultRetryQuotaOptions

Index

Properties

Optional noRetryIncrement

noRetryIncrement: number

The total amount of retry token to be incremented from retry token balance if an SDK operation invocation succeeds without requiring a retry request.

Optional retryCost

retryCost: number

The total amount of retry tokens to be decremented from retry token balance.

Optional timeoutRetryCost

timeoutRetryCost: number

The total amount of retry tokens to be decremented from retry token balance when a throttling error is encountered.