FileReadOptions interface


Extends

屬性

abortSignal
conditions
contentChecksumAlgorithm

提供指示下載內容驗證時應使用哪種演算法的選項。

customerProvidedKey

客戶提供的金鑰資訊。

maxRetryRequests
onProgress
rangeGetContentCrc64
rangeGetContentMD5

繼承的屬性

tracingOptions

屬性詳細資料

abortSignal

abortSignal?: AbortSignalLike

屬性值

conditions

conditions?: DataLakeRequestConditions

屬性值

contentChecksumAlgorithm

提供指示下載內容驗證時應使用哪種演算法的選項。

contentChecksumAlgorithm?: StorageChecksumAlgorithm

屬性值

customerProvidedKey

客戶提供的金鑰資訊。

customerProvidedKey?: CpkInfo

屬性值

maxRetryRequests

maxRetryRequests?: number

屬性值

number

onProgress

onProgress?: (progress: TransferProgressEvent) => void

屬性值

(progress: TransferProgressEvent) => void

rangeGetContentCrc64

rangeGetContentCrc64?: boolean

屬性值

boolean

rangeGetContentMD5

rangeGetContentMD5?: boolean

屬性值

boolean

繼承的屬性詳細資料

tracingOptions

tracingOptions?: OperationTracingOptions

屬性值

繼承自CommonOptions.tracingOptions