Aracılığıyla paylaş


StorageRetryPolicy class

Üstel yeniden deneme ve doğrusal yeniden deneme uygulanarak yeniden deneme ilkesi.

Extends

BaseRequestPolicy

Oluşturucular

StorageRetryPolicy(RequestPolicy, RequestPolicyOptions, StorageRetryOptions)

RetryPolicy örneği oluşturur.

Yöntemler

log(HttpPipelineLogLevel, string)

Sağlanan iletiyi sağlanan günlükçüye kaydetmeyi deneme. Günlükçü sağlanmadıysa veya günlük seviyesi günlükçü eşiğini etlemiyorsa, hiçbir şey günlüğe kaydedilmez.

sendRequest(WebResource)

İstek gönderir.

shouldLog(HttpPipelineLogLevel)

Sağlanan günlük düzeyine sahip bir günlüğün günlüğe kaydedilip kaydedilmeyeceğini alın.

Oluşturucu Ayrıntıları

StorageRetryPolicy(RequestPolicy, RequestPolicyOptions, StorageRetryOptions)

RetryPolicy örneği oluşturur.

new StorageRetryPolicy(nextPolicy: RequestPolicy, options: RequestPolicyOptions, retryOptions?: StorageRetryOptions)

Parametreler

nextPolicy

RequestPolicy

options

RequestPolicyOptions

retryOptions
StorageRetryOptions

Yöntem Ayrıntıları

log(HttpPipelineLogLevel, string)

Sağlanan iletiyi sağlanan günlükçüye kaydetmeyi deneme. Günlükçü sağlanmadıysa veya günlük seviyesi günlükçü eşiğini etlemiyorsa, hiçbir şey günlüğe kaydedilmez.

function log(logLevel: HttpPipelineLogLevel, message: string)

Parametreler

logLevel

HttpPipelineLogLevel

Bu günlüğün günlük düzeyi.

message

string

Bu günlüğün iletisi.

sendRequest(WebResource)

İstek gönderir.

function sendRequest(request: WebResource)

Parametreler

request

WebResource

Döndürülenler

Promise<HttpOperationResponse>

shouldLog(HttpPipelineLogLevel)

Sağlanan günlük düzeyine sahip bir günlüğün günlüğe kaydedilip kaydedilmeyeceğini alın.

function shouldLog(logLevel: HttpPipelineLogLevel)

Parametreler

logLevel

HttpPipelineLogLevel

Günlüğe kaydedilecek günlüğün günlük düzeyi.

Döndürülenler

boolean

Sağlanan günlük düzeyine sahip bir günlüğün günlüğe kaydedilip kaydedilmeyeceği.