RetryParameters class

Annotations
  • @JS('RetryParameters')

Constructors

RetryParameters()

Properties

backoffFactor num
number The multiplier for successive retry delays.
getter/setter pair
baseDelay num
number The delay before the first retry, in milliseconds.
getter/setter pair
connectionTimeout num
number The request connection timeout, in milliseconds. Zero means "unlimited". Defaults to 10000 milliseconds.
getter/setter pair
fuzzFactor num
number The maximum amount of fuzz to apply to each retry delay. For example, 0.5 means "between 50% below and 50% above the retry delay."
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxAttempts num
number The maximum number of times the request should be attempted.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stallTimeout num
number The request stall timeout, in milliseconds. Zero means "unlimited". Defaults to 5000 milliseconds.
getter/setter pair
timeout num
number The request timeout, in milliseconds. Zero means "unlimited". Defaults to 30000 milliseconds.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited