DetectionCountBucket

NEXT TAG: 7

JSON representation
{
  "timeRange": {
    object (Interval)
  },
  "detectionCount": integer,
  "scannedStatus": enum (ScannedStatus)
}
Fields
timeRange

object (Interval)

The time range associated with the bucket, repeated in the response for convenience.

detectionCount

integer

The number of matched events within this time range bucket.

scannedStatus

enum (ScannedStatus)

Whether the detectionCount for this time range represents a complete count of detections. If a result limit was encountered, or the rule was run over only part of this time range, this should be set to "PARTIAL"

ScannedStatus

NEXT TAG: 4

Enums
SCANNED_STATUS_UNSPECIFIED
NONE None of the time range was scanned.
PARTIAL Part of the time range was scanned.
COMPLETE The complete time range was scanned.