interface DocumentFilterPrefix {
    prefix: {
        property: DocumentFilterProperty;
        value: DocumentFilterValue;
    };
}

Properties

Properties

prefix: {
    property: DocumentFilterProperty;
    value: DocumentFilterValue;
}

Matches items that contain a specific prefix in the provided property.

{"property":["name"],"value":"Report"}