Interface TableExpressionPrefixFilterV3

interface TableExpressionPrefixFilterV3 {
    prefix: {
        property: DMSFilterProperty;
        value: TableExpressionFilterValue;
    };
}

Properties

Properties

prefix: {
    property: DMSFilterProperty;
    value: TableExpressionFilterValue;
}

Matches items that have the prefix in the identified property.