WeeklySchedule interface
Weekly Schedule properties, make a snapshot every week at a specific day or days
Properties
day | Indicates which weekdays snapshot should be taken, accepts a comma separated list of week day names in english |
hour | Indicates which hour in UTC timezone a snapshot should be taken |
minute | Indicates which minute snapshot should be taken |
snapshots |
Weekly snapshot count to keep |
used |
Resource size in bytes, current storage usage for the volume in bytes |
Property Details
day
Indicates which weekdays snapshot should be taken, accepts a comma separated list of week day names in english
day?: 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
Weekly 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