TimeFilter

Emits only the input records whose value in the Time field match the criteria specified by the given filter.

Structure

{
    "_schema": "TimeFilter_1.0",
    "op": "GREATER_THAN_EQUAL",
    "value": 2
}

Parameters

Parameter Name

Required

Type

Description

op

Yes

TimeFilter.Operation

Operator to be used in comparing record time. Allowed values are LESS_THAN, LESS_THAN_EQUAL, GREATER_THAN and GREATER_THAN_EQUAL

value

Yes

double

Time value to compare with using op