RetryPolicyType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.storage.common.policy.RetryPolicyType

public enum RetryPolicyType
extends Enum<RetryPolicyType>

This type holds possible options for retry backoff algorithms. They may be used with RequestRetryOptions.

Fields

EXPONENTIAL

Tells the pipeline to use an exponential back-off retry policy.

FIXED

Tells the pipeline to use a fixed back-off retry policy.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

valueOf(String name)

public static RetryPolicyType valueOf(String name)

Parameters

name
String

Returns

values()

public static RetryPolicyType[] values()

Returns

Applies to