OBJECT

DayToDayModeBackupStats

Description

Stores the backup stats of a workload type in day-to-day mode.

link GraphQL Schema definition

  • type DayToDayModeBackupStats {
  • # Contains backup stats in different time range buckets.
  • backupStatsBuckets: [BackupStatsBucket!]!
  • # Total number of fulls succeeded in the chosen time range.
  • numFullsSucceeded: Int!
  • # Total number of fulls failed in the chosen time range.
  • numFullsFailed: Int!
  • # Total number of incrementals succeeded in the chosen time range.
  • numIncrementalsSucceeded: Int!
  • # Total number of incrementals failed in the chosen time range.
  • numIncrementalsFailed: Int!
  • # Total number of new objects added in the chosen time range.
  • totalNewObjectsAdded: Int!
  • }

link Require by