FileReadOptions interface


Extends

Properties

abortSignal
conditions
contentChecksumAlgorithm

Options to indication which algorithm to use for content validation in downloading.

customerProvidedKey

Customer Provided Key Info.

maxRetryRequests
onProgress
rangeGetContentCrc64
rangeGetContentMD5

Inherited Properties

tracingOptions

Property Details

abortSignal

abortSignal?: AbortSignalLike

Property Value

conditions

conditions?: DataLakeRequestConditions

Property Value

contentChecksumAlgorithm

Options to indication which algorithm to use for content validation in downloading.

contentChecksumAlgorithm?: StorageChecksumAlgorithm

Property Value

customerProvidedKey

Customer Provided Key Info.

customerProvidedKey?: CpkInfo

Property Value

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

Inherited Property Details

tracingOptions

tracingOptions?: OperationTracingOptions

Property Value

Inherited From CommonOptions.tracingOptions