Microsoft.Azure.DataLake.Store.RetryPolicies Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
ExponentialRetryPolicy |
Exponential retry policy. Does retries for following: For 5xx http status codes except 501 and 505 For 401, 408 and 429 status codes Any other unhandled exception from web- Request timeout for client, etc |
NonIdempotentRetryPolicy |
RetryPolicy to retry exponentially only for 429 (Too many requests). This is for non-idempotent operations |
NoRetryPolicy |
No retry policy |
RetryPolicy |
Abstract class immplemented by different types of retry policies |
Azure SDK for .NET