Search
Preparing search index...
@universe-ee/sdk
Universe
MDM
EE
EeDq
ISearchQuery
Interface ISearchQuery
Поисковый запрос для модуля качества данных
Public
interface
ISearchQuery
{
category
:
any
;
functionNames
:
string
[]
;
matchAll
:
boolean
;
message
:
null
|
string
;
negate
:
boolean
;
ruleNames
:
string
[]
;
setNames
:
string
[]
;
severity
:
null
|
SEVERITY_INDICATOR
;
totalScore
:
number
;
}
Index
Properties
category
function
Names
match
All
message
negate
rule
Names
set
Names
severity
total
Score
Properties
category
category
:
any
function
Names
functionNames
:
string
[]
match
All
matchAll
:
boolean
message
message
:
null
|
string
negate
negate
:
boolean
rule
Names
ruleNames
:
string
[]
set
Names
setNames
:
string
[]
severity
severity
:
null
|
SEVERITY_INDICATOR
total
Score
totalScore
:
number
On This Page
Properties
category
function
Names
match
All
message
negate
rule
Names
set
Names
severity
total
Score
Юниверс MDM SDK UI
Loading...
Поисковый запрос для модуля качества данных
Public