Limit uploaded event details
This commit is contained in:
@@ -107,6 +107,10 @@ internal sealed record ScanResult
|
||||
|
||||
public int TotalEvents { get; init; }
|
||||
|
||||
public int ReportedEventCount { get; init; }
|
||||
|
||||
public bool EventsTruncated { get; init; }
|
||||
|
||||
public int UniqueIpCount { get; init; }
|
||||
|
||||
public string AlertState { get; init; } = "ok";
|
||||
|
||||
Reference in New Issue
Block a user