Class MonitorFormulaAndFunctionDataQualitySourceToTargetConfig

Configuration for a source to target monitor, which compares the same measure across two data entities and alerts on the difference between them.

Hierarchy

  • MonitorFormulaAndFunctionDataQualitySourceToTargetConfig

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

How the difference between the source and target measures is computed. absolute subtracts the two values, diff_percent expresses the difference as a percentage of the source value.

entityType: string

Type of the data entities being compared.

Measure configuration for one side of a source to target comparison.

Measure configuration for one side of a source to target comparison.

Generated using TypeDoc