YearlyRetentionSchedule Class

Definition

Yearly retention schedule.

public class YearlyRetentionSchedule
type YearlyRetentionSchedule = class
Public Class YearlyRetentionSchedule
Inheritance
YearlyRetentionSchedule

Constructors

YearlyRetentionSchedule()

Initializes a new instance of the YearlyRetentionSchedule class.

YearlyRetentionSchedule(String, IList<Nullable<MonthOfYear>>, DailyRetentionFormat, WeeklyRetentionFormat, IList<Nullable<DateTime>>, RetentionDuration)

Initializes a new instance of the YearlyRetentionSchedule class.

Properties

MonthsOfYear

Gets or sets list of months of year of yearly retention policy.

RetentionDuration

Gets or sets retention duration of retention Policy.

RetentionScheduleDaily

Gets or sets daily retention format for yearly retention policy.

RetentionScheduleFormatType

Gets or sets retention schedule format for yearly retention policy. Possible values include: 'Invalid', 'Daily', 'Weekly'

RetentionScheduleWeekly

Gets or sets weekly retention format for yearly retention policy.

RetentionTimes

Gets or sets retention times of retention policy.

Applies to