Query execution context for running insight queries directly.

Hierarchy

  • GovernanceInsightQueryConfig

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
chartType?: string

The chart type used to render the insight.

comparisonShift: string

The window used for the previous value comparison; for example, week or month.

defaultValue?: number

The default value to display when no data is available.

Whether an increase in the insight's value is good, bad, or neutral.

effectiveTimeWindowDays: number

The number of days the insight value is computed over.

Generated using TypeDoc