interface PrefixFilterV3 {
    prefix: {
        property: DMSFilterProperty;
        value: string | ParameterizedPropertyValueV3;
    };
}

Properties

Properties

prefix: {
    property: DMSFilterProperty;
    value: string | ParameterizedPropertyValueV3;
}

Matches items that have the prefix in the identified property. This filter is only supported for single value text properties.