OBJECT

ArtifactVulnerabilityEntityAggregationBucket

Aggregation bucket returned in aggregation query

link GraphQL Schema definition

  • type ArtifactVulnerabilityEntityAggregationBucket implements CommonAggregationItem {
  • # Count of this aggregation , may be null if nested aggregation is requested. This
  • # will contain the count only for leaf level aggregation
  • count: Long!
  • # This will contain sub aggregations if requested
  • subAggregations: [ArtifactVulnerabilityEntityAggregationItems!]
  • # Actual value of the field requested
  • value: String!
  • }