GetAuditEventReportsCommandAggregate Property

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

Definition

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

Property Value

String

Remarks

Consolidated reports only.

See Also