ThrottlingRetryPolicyOptions interface

Options that control how to retry failed requests.

Properties

maxRetries

The maximum number of retry attempts. Defaults to 3.

Property Details

maxRetries

The maximum number of retry attempts. Defaults to 3.

maxRetries?: number

Property Value

number