A wicker-ferry ticket scan is deleted while blob soft delete retention is 14 days, so the object remains recoverable and billable during that window. How should the developer contrast this with a lifecycle delete action?
Select an answer to reveal the explanation.
Short Explanation
Soft delete is the recycle bin; lifecycle delete is the scheduled shredder for old inventory. With soft delete on, a lifecycle delete still lands in the bin first—it does not skip retention and wipe early.
Full Explanation
Blob soft delete retains deleted blobs for a configured retention period. Lifecycle delete actions remove blobs that match rule conditions; when soft delete is enabled, those deletes become soft deletes rather than an early hard purge of already soft-deleted data. The two features complement; they are not the same as tier changes.