Properties
DEFAULT_CLIENT_MAX_RETRY_INTERVAL
DEFAULT_CLIENT_MAX_RETRY_INTERVAL: number
Defined in core/core-http/es/lib/policies/systemErrorRetryPolicy.d.ts:32
DEFAULT_CLIENT_MIN_RETRY_INTERVAL
DEFAULT_CLIENT_MIN_RETRY_INTERVAL: number
Defined in core/core-http/es/lib/policies/systemErrorRetryPolicy.d.ts:33
DEFAULT_CLIENT_RETRY_COUNT
DEFAULT_CLIENT_RETRY_COUNT: number
Defined in core/core-http/es/lib/policies/systemErrorRetryPolicy.d.ts:31
DEFAULT_CLIENT_RETRY_INTERVAL
DEFAULT_CLIENT_RETRY_INTERVAL: number
Defined in core/core-http/es/lib/policies/systemErrorRetryPolicy.d.ts:30
maxRetryInterval
maxRetryInterval: number
Defined in core/core-http/es/lib/policies/systemErrorRetryPolicy.d.ts:29
minRetryInterval
minRetryInterval: number
Defined in core/core-http/es/lib/policies/systemErrorRetryPolicy.d.ts:28
retryCount
retryCount: number
Defined in core/core-http/es/lib/policies/systemErrorRetryPolicy.d.ts:26
retryInterval
retryInterval: number
Defined in core/core-http/es/lib/policies/systemErrorRetryPolicy.d.ts:27
Instantiates a new "ExponentialRetryPolicyFilter" instance.
The client retry count.
The client retry interval, in milliseconds.
The minimum retry interval, in milliseconds.
The maximum retry interval, in milliseconds.