FileReadOptions interface
- Extends
屬性
| abort |
|
| conditions | |
| content |
提供指示下載內容驗證時應使用哪種演算法的選項。 |
| customer |
客戶提供的金鑰資訊。 |
| max |
|
| on |
|
| range |
|
| range |
繼承的屬性
| tracing |
屬性詳細資料
abortSignal
conditions
contentChecksumAlgorithm
提供指示下載內容驗證時應使用哪種演算法的選項。
contentChecksumAlgorithm?: StorageChecksumAlgorithm
屬性值
customerProvidedKey
maxRetryRequests
maxRetryRequests?: number
屬性值
number
onProgress
onProgress?: (progress: TransferProgressEvent) => void
屬性值
(progress: TransferProgressEvent) => void
rangeGetContentCrc64
rangeGetContentCrc64?: boolean
屬性值
boolean
rangeGetContentMD5
rangeGetContentMD5?: boolean
屬性值
boolean
繼承的屬性詳細資料
tracingOptions
tracingOptions?: OperationTracingOptions