Interface TableExpressionContainsAllFilterV3

interface TableExpressionContainsAllFilterV3 {
    containsAll: {
        property: DMSFilterProperty;
        values: TableExpressionFilterValueList;
    };
}

Properties

Properties

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

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