If snapshots exists, delete_blob() and delete_blob_dir() fail with the error message: "This operation is not permitted because the blob has snapshots." Deleting snapshots could be implemented using a delete_snapshots parameter taking the arguments NULL, "include", or "only". If not NULL, the argument should be passed on to the header x-ms-delete-snapshots.
If snapshots exists,
delete_blob()
anddelete_blob_dir()
fail with the error message: "This operation is not permitted because the blob has snapshots." Deleting snapshots could be implemented using adelete_snapshots
parameter taking the arguments NULL, "include", or "only". If not NULL, the argument should be passed on to the headerx-ms-delete-snapshots
.