Documentation
    Preparing search index...

    Type Alias RetryOptions

    RetryOptions: Partial<Record<RetryCategory, Partial<RetryPolicy>>> & {
        enabled?: boolean;
    }

    Type Declaration

    • Optionalenabled?: boolean

      Set to false to disable retries and the read timeout entirely.