Enum ExponentialBackOffPolicy (1.60.0)

[Flags]
public enum ExponentialBackOffPolicy

Indicates if exponential back-off is used automatically on exceptions in a service requests and \ or when 503 responses is returned form the server.

Namespace

GoogleApisHttp

Assembly

Google.Apis.Core.dll

Fields

NameDescription
Exception

Exponential back-off is enabled only for exceptions.

None

Exponential back-off is disabled.

UnsuccessfulResponse503

Exponential back-off is enabled only for 503 HTTP Status code.

Extension Method