GetAuditEventReportsCommandAggregate Property |
Aggregate columns
Column | Description |
---|
occurrences | Event count |
first_created | First event time. MIN(Created) |
last_created | Last event time. MAX(Created) |
Namespace: KeeperSecurity.Enterprise.AuditLogCommandsAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public string[] Aggregate { get; set; }
Property Value
StringRemarks Consolidated reports only.
See Also