Bulk Data Client
Preparing search index...
FileDownloadOptions
Interface FileDownloadOptions
interface
FileDownloadOptions
{
accessToken
?:
string
;
fileDownloadRetry
?:
{
limit
?:
number
;
maxRetryAfter
?:
number
;
methods
?:
Method
[]
;
statusCodes
?:
number
[]
;
}
;
requestOptions
?:
OptionsOfUnknownResponseBody
;
signal
?:
AbortSignal
;
}
Index
Properties
access
Token?
file
Download
Retry?
request
Options?
signal?
Properties
Optional
access
Token
accessToken
?:
string
Optional
file
Download
Retry
fileDownloadRetry
?:
{
limit
?:
number
;
maxRetryAfter
?:
number
;
methods
?:
Method
[]
;
statusCodes
?:
number
[]
;
}
Optional
request
Options
requestOptions
?:
OptionsOfUnknownResponseBody
Optional
signal
signal
?:
AbortSignal
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access
Token
file
Download
Retry
request
Options
signal
Bulk Data Client
Loading...