Bulk Data Client
    Preparing search index...

    Interface FileDownloadOptions

    interface FileDownloadOptions {
        accessToken?: string;
        fileDownloadRetry?: {
            limit?: number;
            maxRetryAfter?: number;
            methods?: Method[];
            statusCodes?: number[];
        };
        requestOptions?: OptionsOfUnknownResponseBody;
        signal?: AbortSignal;
    }
    Index
    accessToken?: string
    fileDownloadRetry?: {
        limit?: number;
        maxRetryAfter?: number;
        methods?: Method[];
        statusCodes?: number[];
    }
    requestOptions?: OptionsOfUnknownResponseBody
    signal?: AbortSignal