INPUT_OBJECT
MosaicSlaInfoInput
Description
Represents the protection backup input.
link GraphQL Schema definition
- input MosaicSlaInfoInput {
- # Store information.
- : MosaicBackupStoreInfoInput
- # Monitor information.
- : MosaicMonitorInfoInput
- # Specifies whether to backup table index.
- : Boolean
- # Specifies whether to delete all previous versions.
- : Boolean
- # Specifies whether to delete data copy versions.
- : Boolean
- }