Enum RequestRetryMode
RetryMode determines which request retry mode is used for requests that do not complete successfully.
public enum RequestRetryMode
  Fields
Adaptive = 2An experimental request retry strategy that builds on the Standard strategy and introduces congestion control through client side rate limiting.
Legacy = 0Legacy request retry strategy.
Standard = 1Standardized request retry strategy that is consistent across all SDKs.