BlobProperties.RemainingDaysBeforePermanentDelete Property

Definition

If the blob is an soft-deleted, gets the number of remaining days before the blob is permenantly deleted.

public int? RemainingDaysBeforePermanentDelete { get; }
member this.RemainingDaysBeforePermanentDelete : Nullable<int>
Public ReadOnly Property RemainingDaysBeforePermanentDelete As Nullable(Of Integer)

Property Value

An integer containing the number of remaining days before permenant delete.

Applies to