OBJECT
OnboardingModeBackupStats
Description
Stores the backup stats of a workload type in on-boarding mode.
link GraphQL Schema definition
- type OnboardingModeBackupStats {
- # Contains backup stats in different time range buckets.
- : [BackupStatsBucket!]!
- # Total number of fulls failed in the chosen time range.
- : Int!
- # Total number of fulls succeeded in the chosen time range.
- : Int!
- # Total number of items backed up in the chosen time range.
- : Long!
- }