MonthlyRetentionSchedule Class

Monthly retention schedule.

Constructor

MonthlyRetentionSchedule()

Variables

Name Description
retentionScheduleFormatType
Union[str, <xref:"RetentionScheduleFormat">]

Retention schedule format type for monthly retention policy. Known values are: "Invalid", "Daily", and "Weekly".

retentionScheduleDaily
<xref:<xref:"DailyRetentionFormat">>

Daily retention format for monthly retention policy.

retentionScheduleWeekly
<xref:<xref:"WeeklyRetentionFormat">>

Weekly retention format for monthly retention policy.

retentionTimes

Retention times of retention policy.

retentionDuration
<xref:<xref:"RetentionDuration">>

Retention duration of retention Policy.

Attributes

retentionDuration

Retention duration of retention Policy.

retentionDuration: RetentionDuration

retentionScheduleDaily

Daily retention format for monthly retention policy.

retentionScheduleDaily: DailyRetentionFormat

retentionScheduleFormatType

"Invalid", "Daily", and "Weekly".

retentionScheduleFormatType: str | RetentionScheduleFormat

retentionScheduleWeekly

Weekly retention format for monthly retention policy.

retentionScheduleWeekly: WeeklyRetentionFormat

retentionTimes

Retention times of retention policy.

retentionTimes: list[str]