Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobProperties.RemainingDaysBeforePermanentDelete 属性

定义

如果 Blob 是软删除的,则获取永久删除 Blob 之前的剩余天数。

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

属性值

包含删除前剩余天数的整数。

适用于