Юниверс DG SDK UI
v2.15.0

Интерфейс ISearchQuery

Поисковый запрос для модуля качества данных

interface ISearchQuery {
    category: any;
    functionNames: string[];
    matchAll: boolean;
    message: string | null;
    negate: boolean;
    ruleNames: string[];
    setNames: string[];
    severity: SEVERITY_INDICATOR | null;
    totalScore: number;
}
Индекс

Свойства

category: any
functionNames: string[]
matchAll: boolean
message: string | null
negate: boolean
ruleNames: string[]
setNames: string[]
severity: SEVERITY_INDICATOR | null
totalScore: number