ContentValidationAlgorithm Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. storage. common. ContentValidationAlgorithm
- com.
- java.
public enum ContentValidationAlgorithm
extends Enum<ContentValidationAlgorithm>
Algorithm for content validation on upload and download operations. When enabled, the SDK computes checksums and validates content integrity using the selected algorithm. Content validation is off by default.
Supported in Azure Storage Blob, Data Lake, and File Share packages for methods that use APIs supporting transactional CRC64, or structured message format.
Fields
| AUTO |
Allow the SDK to choose the validation algorithm. |
| CRC64 |
Azure Storage custom 64-bit CRC. |
| NONE |
No content validation. |