OBJECT

NcdUsageOverTimeData

Description

UsageOverTimeData represents capacity statistics as a data point from a timeseries perspective.

link GraphQL Schema definition

  • type NcdUsageOverTimeData {
  • # The amount of new data ingested.
  • newInBytes: Long!
  • # The amount of ingested data changed.
  • changeInBytes: Long!
  • # The timestamp of the data point.
  • timestamp: DateTime
  • }

link Require by