OBJECT

AnomalyResultAggregation

Description

Aggregated anomaly results.

link GraphQL Schema definition

  • type AnomalyResultAggregation {
  • # Aggregated total of files added.
  • filesAdded: Long!
  • # Aggregated total of files modified.
  • filesModified: Long!
  • # Aggregated total of files deleted.
  • filesDeleted: Long!
  • # Aggregated total of bytes added.
  • bytesAdded: Long!
  • # Aggregated total of bytes modified.
  • bytesModified: Long!
  • # Aggregated total of bytes deleted.
  • bytesDeleted: Long!
  • }