Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
BlobClientConfig interface
- Package:
- @azure/storage-blob
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
