Values.SummarizedCounterSourceThe counter that describes a DDoS attack.
type nonrec t = {name : String_.t option;The counter name.
*)max : Double.t option;The maximum value of the counter for a specified time period.
*)average : Double.t option;The average value of the counter for a specified time period.
*)sum : Double.t option;The total of counter values for a specified time period.
*)n : Integer.t option;The number of counters for a specified time period.
*)unit : String_.t option;The unit of the counters.
*)}