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