BlobClientConfig interface

Config used in creating blob client instances.

Properties

downloadContentChecksumAlgorithm

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

uploadContentChecksumAlgorithm

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

Property Details

downloadContentChecksumAlgorithm

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

downloadContentChecksumAlgorithm?: StorageChecksumAlgorithm

Property Value

uploadContentChecksumAlgorithm

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

uploadContentChecksumAlgorithm?: StorageChecksumAlgorithm

Property Value