Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
StorageChecksumAlgorithm type
- Package:
- @azure/storage-blob
Indicates which checksum algorithm to be used in content validation.
type StorageChecksumAlgorithm = "Auto" | "None" | "Customized" | "StorageCrc64"
