MonthlyRetentionSchedule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Monthly retention schedule.
public class MonthlyRetentionSchedule
type MonthlyRetentionSchedule = class
Public Class MonthlyRetentionSchedule
- Inheritance
-
MonthlyRetentionSchedule
Constructors
MonthlyRetentionSchedule() |
Initializes a new instance of the MonthlyRetentionSchedule class. |
MonthlyRetentionSchedule(String, DailyRetentionFormat, WeeklyRetentionFormat, IList<Nullable<DateTime>>, RetentionDuration) |
Initializes a new instance of the MonthlyRetentionSchedule class. |
Properties
RetentionDuration |
Gets or sets retention duration of retention Policy. |
RetentionScheduleDaily |
Gets or sets daily retention format for monthly retention policy. |
RetentionScheduleFormatType |
Gets or sets retention schedule format type for monthly retention policy. Possible values include: 'Invalid', 'Daily', 'Weekly' |
RetentionScheduleWeekly |
Gets or sets weekly retention format for monthly retention policy. |
RetentionTimes |
Gets or sets retention times of retention policy. |