OBJECT

NcdSharesObjectProtectionStatusData

Description

SharesObjectProtectionStatusData represents a summary of the various types of object protection statuses and their individual counts as well as their delta in bytes for shares.

link GraphQL Schema definition

  • type NcdSharesObjectProtectionStatusData {
  • # The count of Protected objects or objects that have valid backups.
  • protected: Long!
  • # The count of Not Protected objects or objects that have no backups.
  • notProtected: Long!
  • # The total size in bytes of all objects.
  • totalSizeInBytes: Long!
  • }