Package version:

Interface WeeklySchedule

Weekly Schedule properties, make a snapshot every week at a specific day or days

interface WeeklySchedule {
    day?: string;
    hour?: number;
    minute?: number;
    snapshotsToKeep?: number;
    usedBytes?: number;
}

Properties

day?: string

Indicates which weekdays snapshot should be taken, accepts a comma separated list of week day names in english

hour?: number

Indicates which hour in UTC timezone a snapshot should be taken

minute?: number

Indicates which minute snapshot should be taken

snapshotsToKeep?: number

Weekly snapshot count to keep

usedBytes?: number

Resource size in bytes, current storage usage for the volume in bytes