OBJECT

NcdObjectsOverTimeData

Description

ObjectsOverTimeData represents the object counts statistics broken out per object type as a data point from a timeseries perspective.

link GraphQL Schema definition

  • type NcdObjectsOverTimeData {
  • # The total count of directories.
  • directories: Int!
  • # The total count of files.
  • files: Int!
  • # The total count of links.
  • links: Int!
  • # The timestamp of the data point.
  • timestamp: DateTime
  • }

link Require by