aggregatorFilter

aggregatorFilter
aggregatorFilter

Filter message. Filters are always ANDed. A filter consists of a key and multiple operator-value pairs. Only the OR operation is allowed between the operator-value pairs. For example, in '(model = Camry) and (color = red or color = blue)', the 'model' clause and the 'color' clause are AND-ed, while 'color = red' and 'color = blue' are OR-ed.

JSON Example
{
    "oredOperationValuePair": [
        {
            "operator": "string",
            "valueInt64": "string",
            "valueString": "string",
            "valueBoolean": false,
            "valueDouble": "number"
        }
    ],
    "keyObj": {
        "displayUnit": "string",
        "displayName": "string",
        "valueType": "string",
        "dataSource": "string",
        "key": "string",
        "factor": "number",
        "keyQualifier": "string",
        "isPeriodRequired": false,
        "keyType": "string"
    }
}
oredOperationValuePair
Optional

oredOperationValuePair

keyObj
Optional

keyObj