ReadonlyinitialBase delay in milliseconds for the first retry. Doubles on each subsequent attempt.
ReadonlymaxMaximum number of retry attempts before giving up.
ReadonlymaxUpper bound on retry delay in milliseconds, regardless of backoff calculation.
Optional ReadonlyrequestOptional timeout for each HTTP request attempt. Defaults to 15 minutes
when omitted. The timer covers request dispatch, upload bodies, and
non-streaming response body reads. For response.body streams it is an
idle timeout that resets after each received chunk. Set to 0 to disable
the SDK timeout and rely only on the caller's AbortSignal.
Configuration for retry behavior on transient failures.