IRetryPolicy interface

Extends

azure-storage.export=.common.filters.IFilter

Properties

retryInterval

Methods

shouldRetry(number, IRetryRequestOptions)

Inherited Methods

handle(RequestOptions, Next)

Property Details

retryInterval

retryInterval: number

Property Value

number

Method Details

shouldRetry(number, IRetryRequestOptions)

function shouldRetry(statusCode: number, retryData: IRetryRequestOptions): { retryInterval: number, retryable: boolean }

Parameters

statusCode

number

retryData

azure-storage.export=.common.filters.retrypolicyfilter.RetryPolicyFilter.IRetryRequestOptions

Returns

{ retryInterval: number, retryable: boolean }

Inherited Method Details

handle(RequestOptions, Next)

function handle(requestOptions: RequestOptions, next: Next)

Parameters

requestOptions

azure-storage.export=.common.RequestOptions

next

azure-storage.export=.common.filters.Next

Inherited From IFilter.handle