Skip to content

Commit 41317d8

Browse files
Merge pull request #225867 from normesta/data-protection
Adding note about set expiry
2 parents 9e7ee23 + f1742ad commit 41317d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/storage/blobs/soft-delete-blob-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ The following table describes the expected behavior for delete and write operati
139139
|[Path - Delete](/rest/api/storageservices/datalakestoragegen2/path/delete) |A soft deleted blob or directory is created. The soft deleted object is deleted after the retention period.|
140140
|[Delete Blob](/rest/api/storageservices/delete-blob)|A soft deleted object is created. The soft deleted object is deleted after the retention period. Soft delete won't be supported for blobs with snapshots and snapshots.|
141141
|[Path - Create](/rest/api/storageservices/datalakestoragegen2/path/create) that renames a blob or directory | Existing destination blob or empty directory will get soft deleted and the source will replace it. The soft deleted object is deleted after the retention period.|
142+
|[Set Blob Expiry](/rest/api/storageservices/set-blob-expiry) that sets an expiration date on an existing blob | A soft deleted blob is not created. An expired blob does not become a soft deleted blob when it expires. |
142143

143144
## Feature support
144145

0 commit comments

Comments
 (0)