interface ContainsAllFilterV3 {
    containsAll: {
        property: DMSFilterProperty;
        values: FilterValueList;
    };
}

Properties

Properties

containsAll: {
    property: DMSFilterProperty;
    values: FilterValueList;
}

Matches items where the property contains all the given values. Only apply this filter to multivalued properties.