The aggregation applied to an audit log query.

Hierarchy

  • GovernanceInsightAuditCompute

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
aggregation: string

The aggregation function to apply.

interval: number

The aggregation time window, in milliseconds.

metric: string

The metric or attribute to aggregate.

rollup?: string

An optional secondary aggregation applied to the audit query result.

Generated using TypeDoc