BlobClientConfig interface
Config used in creating blob client instances.
Properties
| download |
Options to indication which algorithm to use for content validation in downloading. |
| upload |
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