StorageChecksumAlgorithm
Algorithm for generating a checksum to be used for verifying REST contents on a transfer.
            
                
Auto = 0
Recommended. Allow the library to choose an algorithm. Different library versions may
            make different choices.
            
MD5 = 2
Standard MD5 hash algorithm.
            
None = 1
No selected algorithm. Do not calculate or request checksums.
            
StorageCrc64 = 3
Azure Storage custom 64 bit CRC.