ScheduleBasedBackupCriteria interface

Schedule based backup criteria

Extends

Properties

absoluteCriteria

it contains absolute values like "AllBackup" / "FirstOfDay" / "FirstOfWeek" / "FirstOfMonth" and should be part of AbsoluteMarker enum

daysOfMonth

This is day of the month from 1 to 28 other wise last of month

daysOfTheWeek

It should be Sunday/Monday/T..../Saturday

monthsOfYear

It should be January/February/....../December

objectType

Polymorphic discriminator, which specifies the different types this object can be

scheduleTimes

List of schedule times for backup

weeksOfTheMonth

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

Polymorphic discriminator, which specifies the different types this object can be

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[]