MonthlySchedule interface
Monthly Schedule properties
Properties
days |
Indicates which days of the month snapshot should be taken. A comma delimited string. |
hour | Indicates which hour in UTC timezone a snapshot should be taken |
minute | Indicates which minute snapshot should be taken |
snapshots |
Monthly snapshot count to keep |
used |
Resource size in bytes, current storage usage for the volume in bytes |
Property Details
daysOfMonth
Indicates which days of the month snapshot should be taken. A comma delimited string.
daysOfMonth?: string
Property Value
string
hour
Indicates which hour in UTC timezone a snapshot should be taken
hour?: number
Property Value
number
minute
Indicates which minute snapshot should be taken
minute?: number
Property Value
number
snapshotsToKeep
Monthly snapshot count to keep
snapshotsToKeep?: number
Property Value
number
usedBytes
Resource size in bytes, current storage usage for the volume in bytes
usedBytes?: number
Property Value
number