CreateFilterRequestType

CreateFilterRequestType
CreateFilterRequestType

The parameters of CreateFilter.

JSON Example
{
    "spec": {
        "_typeName": "string",
        "propSet": [
            {
                "_typeName": "string",
                "type": "string",
                "all": false,
                "pathSet": [
                    "string"
                ]
            }
        ],
        "objectSet": [
            {
                "_typeName": "string",
                "obj": {
                    "_typeName": "string",
                    "type": "string",
                    "value": "string"
                },
                "skip": false,
                "selectSet": [
                    {
                        "_typeName": "string",
                        "name": "string"
                    }
                ]
            }
        ],
        "reportMissingObjectsInResults": false
    },
    "partialUpdates": false
}
spec
Required

The specifications for the filter.

boolean
partialUpdates
Required

Flag to specify whether a change to a nested property should report only the nested change or the entire specified property value. If the value is true, a change should report only the nested property. If the value is false, a change should report the enclosing property named in the filter.