SnapshotSchedule
SnapshotSchedule
The SnapshotSchedule structure contains fields that define the frequency at which snapshots must be taken.
JSON Example
{
"unit": "string",
"interval": 0
}
unit
Required
The TimeUnit enumerated type contains the supported values for how often snapshots are taken.
MINUTE : Minutes.
HOUR : Hours.
DAY : Day.
WEEK : Weeks.
MONTH : Months.
integer As int64
interval
Required
Interval between each snapshot.