WeeklyRetentionSchedule Class
Weekly retention schedule.
Constructor
WeeklyRetentionSchedule()
Variables
| Name | Description |
|---|---|
|
daysOfTheWeek
|
List of days of week for weekly retention policy. |
|
retentionTimes
|
Retention times of retention policy. |
|
retentionDuration
|
<xref:<xref:"RetentionDuration">>
Retention duration of retention Policy. |
Attributes
daysOfTheWeek
List of days of week for weekly retention policy.
daysOfTheWeek: list[typing.Union[str, ForwardRef('DayOfWeek')]]
retentionDuration
Retention duration of retention Policy.
retentionDuration: RetentionDuration
retentionTimes
Retention times of retention policy.
retentionTimes: list[str]