This object represents the metadata filters set on a Portal through the
Administrative application. It is the data structure in the
metadataFilters
array in PortalIdentity
.
Properties
MatchMode
matchMode
Possible values are ANY
and ALL
. ANY
will match
documents that contain any of the values on the filter. ALL
will
match documents that contain all of the values on the filter.
boolean
matchAbsent
If true
, this metadata filter will match documents missing the
given filter.
String
name
The name of this metadata.
Object[]
value
An array of Strings that are the values to this metadata