Class BlobRetentionPolicy
the retention policy which determines how long the associated data should persist
Namespace: Azure.Storage.Blobs.Models
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobRetentionPolicy
Properties
Days
Indicates the number of days that metrics or logging or soft-deleted data should be retained. All data older than this value will be deleted
Declaration
public Nullable<int> Days { get; set; }
Property Value
Nullable<Int32>
|
Enabled
Indicates whether a retention policy is enabled for the storage service
Declaration
public bool Enabled { get; set; }
Property Value
Boolean
|