static ContentIntegrityOption |
ContentIntegrityOption.AUTO_REPAIR_ON_RETRIEVAL
Advanced storage area only: If VALIDATE_ON_RETRIEVAL is enabled and content retrieval detects invalid content
(missing, invalid size, invalid signature), initiate auto repair of the content with the replication sweep.
|
static ContentIntegrityOption |
ContentIntegrityOption.AUTO_REPAIR_ON_VALIDATE_CONTENT
Advanced storage area only: If the validateContent API on StorageArea detects invalid content
(missing, invalid size, invalid signature), initiate auto repair of the content with the replication sweep.
|
static ContentIntegrityOption |
ContentIntegrityOption.COMPUTE_CONTENT_SIGNATURE
If specified, the content signature is always computed during content upload.
|
static ContentIntegrityOption |
ContentIntegrityOption.VALIDATE_ON_CREATION
Validates existence and size after content upload.
|
static ContentIntegrityOption |
ContentIntegrityOption.VALIDATE_ON_RETRIEVAL
Validates existence and size at the beginning of content retrieval (prior to returning content to the end user).
|
static ContentIntegrityOption |
ContentIntegrityOption.VERIFY_SIGNATURE_ON_CREATION
If VALIDATE_ON_CREATION is specified and the content signature has been computed,
verifies the signature after content upload.
|
static ContentIntegrityOption |
ContentIntegrityOption.VERIFY_SIGNATURE_ON_RETRIEVAL
If VALIDATE_ON_RETRIEVAL is specified and the content signature has been computed,
verifies the signature prior to returning content to the end user.
|
static ContentIntegrityOption |
ContentIntegrityOption.VERIFY_SIGNATURE_ON_VALIDATE_CONTENT
If the content signature has been computed, verifies the signature within the validateContent API on StorageArea.
|