OBJECT

NcdFilesObjectProtectionStatusData

Description

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

link GraphQL Schema definition

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