FileReadOptions interface
- Extends
Properties
| abort |
|
| conditions | |
| content |
Options to indication which algorithm to use for content validation in downloading. |
| customer |
Customer Provided Key Info. |
| max |
|
| on |
|
| range |
|
| range |
Inherited Properties
| tracing |
Property Details
abortSignal
conditions
contentChecksumAlgorithm
Options to indication which algorithm to use for content validation in downloading.
contentChecksumAlgorithm?: StorageChecksumAlgorithm
Property Value
customerProvidedKey
maxRetryRequests
maxRetryRequests?: number
Property Value
number
onProgress
onProgress?: (progress: TransferProgressEvent) => void
Property Value
(progress: TransferProgressEvent) => void
rangeGetContentCrc64
rangeGetContentCrc64?: boolean
Property Value
boolean
rangeGetContentMD5
rangeGetContentMD5?: boolean
Property Value
boolean