Bulk Data Client
Preparing search index...
Streams
DocumentReferenceHandlerOptions
Interface DocumentReferenceHandlerOptions
interface
DocumentReferenceHandlerOptions
{
baseUrl
:
string
;
downloadMimeTypes
:
string
[]
;
ignoreDownloadErrors
:
boolean
;
inlineAttachments
:
number
;
inlineAttachmentTypes
:
string
[]
;
onDownloadComplete
:
(
url
:
string
,
buteSize
:
number
)
=>
void
;
onDownloadError
:
(
error
:
FileDownloadError
)
=>
void
;
pdfToText
:
boolean
;
request
:
<
T
=
unknown
>
(
options
:
OptionsOfUnknownResponseBody
,
)
=>
Promise
<
Response
<
T
>
>
;
save
:
(
fileName
:
string
,
stream
:
Readable
,
subFolder
:
string
,
)
=>
Promise
<
any
>
;
}
Index
Properties
base
Url
download
Mime
Types
ignore
Download
Errors
inline
Attachments
inline
Attachment
Types
on
Download
Complete
on
Download
Error
pdf
To
Text
request
save
Properties
base
Url
baseUrl
:
string
download
Mime
Types
downloadMimeTypes
:
string
[]
ignore
Download
Errors
ignoreDownloadErrors
:
boolean
inline
Attachments
inlineAttachments
:
number
inline
Attachment
Types
inlineAttachmentTypes
:
string
[]
on
Download
Complete
onDownloadComplete
:
(
url
:
string
,
buteSize
:
number
)
=>
void
on
Download
Error
onDownloadError
:
(
error
:
FileDownloadError
)
=>
void
pdf
To
Text
pdfToText
:
boolean
request
request
:
<
T
=
unknown
>
(
options
:
OptionsOfUnknownResponseBody
,
)
=>
Promise
<
Response
<
T
>
>
save
save
:
(
fileName
:
string
,
stream
:
Readable
,
subFolder
:
string
)
=>
Promise
<
any
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Url
download
Mime
Types
ignore
Download
Errors
inline
Attachments
inline
Attachment
Types
on
Download
Complete
on
Download
Error
pdf
To
Text
request
save
Bulk Data Client
Loading...