You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set markActive to true to enable multi-table backup. Change it to false in case the universe needs to be updated in the middle of a multi-table backup task for graceful termination of the backup task.
This is the actual call to trigger the schedule/backup. It can take the following params: storageConfigUUID: Required. Same as the value for an individual backup in that universe. schedulingFrequency: Time in millisecs between each schedule. cronExpression: A unix style cron-expression to signify the recurrence of the schedule.
Both of the above aren't required, but if one is provided, the other one should be null. If none of them is provided, it is considered a one-off task and is not run on a schedule. sse: True or False (defaults to False). Not required
Set
markActive
to true to enable multi-table backup. Change it to false in case the universe needs to be updated in the middle of a multi-table backup task for graceful termination of the backup task.This is the actual call to trigger the schedule/backup. It can take the following params:
storageConfigUUID
: Required. Same as the value for an individual backup in that universe.schedulingFrequency
: Time in millisecs between each schedule.cronExpression
: A unix style cron-expression to signify the recurrence of the schedule.Both of the above aren't required, but if one is provided, the other one should be null. If none of them is provided, it is considered a one-off task and is not run on a schedule.
sse
: True or False (defaults to False). Not requiredThe text was updated successfully, but these errors were encountered: