Package version:

Interface RetentionPolicy

the retention policy

interface RetentionPolicy {
    days?: number;
    enabled: boolean;
}

Properties

Properties

days?: number

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

enabled: boolean

Indicates whether a retention policy is enabled for the storage service