Click or drag to resize

GetAuditEventReportsCommandAggregate Property

Aggregate columns
ColumnDescription
occurrencesEvent count
first_createdFirst event time. MIN(Created)
last_createdLast event time. MAX(Created)

Namespace: KeeperSecurity.Enterprise.AuditLogCommands
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public string[] Aggregate { get; set; }

Property Value

String
Remarks
Consolidated reports only.
See Also