Class AggregatedWaterfallPerformanceCriteria

Performance criteria to filter view instances by a metric threshold.

Hierarchy

  • AggregatedWaterfallPerformanceCriteria

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
max?: number

Maximum threshold in seconds (inclusive).

Performance metric used to filter view instances by threshold.

min?: number

Minimum threshold in seconds (inclusive).

Generated using TypeDoc