ScheduleBasedBackupCriteria interface
Schedule based backup criteria
- Extends
Properties
| absolute |
it contains absolute values like "AllBackup" / "FirstOfDay" / "FirstOfWeek" / "FirstOfMonth" and should be part of AbsoluteMarker enum |
| days |
This is day of the month from 1 to 28 other wise last of month |
| days |
It should be Sunday/Monday/T..../Saturday |
| months |
It should be January/February/....../December |
| object |
Type of the specific object - used for deserializing |
| schedule |
List of schedule times for backup |
| weeks |
It should be First/Second/Third/Fourth/Last |
Property Details
absoluteCriteria
it contains absolute values like "AllBackup" / "FirstOfDay" / "FirstOfWeek" / "FirstOfMonth" and should be part of AbsoluteMarker enum
absoluteCriteria?: string[]
Property Value
string[]
daysOfMonth
This is day of the month from 1 to 28 other wise last of month
daysOfMonth?: Day[]
Property Value
Day[]
daysOfTheWeek
It should be Sunday/Monday/T..../Saturday
daysOfTheWeek?: string[]
Property Value
string[]
monthsOfYear
It should be January/February/....../December
monthsOfYear?: string[]
Property Value
string[]
objectType
Type of the specific object - used for deserializing
objectType: "ScheduleBasedBackupCriteria"
Property Value
"ScheduleBasedBackupCriteria"
scheduleTimes
List of schedule times for backup
scheduleTimes?: Date[]
Property Value
Date[]
weeksOfTheMonth
It should be First/Second/Third/Fourth/Last
weeksOfTheMonth?: string[]
Property Value
string[]