OBJECT

NcdFrontEndCapacity

Description

FrontEndCapacityReply is returned in response to a FrontEndCapacityReq and holds the requested capacity.

link GraphQL Schema definition

  • type NcdFrontEndCapacity {
  • # The front-end capacity usage in bytes.
  • usageInBytes: Long!
  • # The new front-end capacity backup usage in bytes.
  • backupFetb: Long!
  • # The new front-end capacity archive usage in bytes.
  • archiveFetb: Long!
  • }

link Require by