Waiting for engine...
Skip to main content

EventStreamsRouteFilterValueType

Type of value used in filter condition

enum EventStreamsRouteFilterValueType {
STRING
NUMBER
BOOLEAN
TIMESTAMP
}

Values

EventStreamsRouteFilterValueType.STRING

Text/string comparison (supports EQUALS, NOT_EQUALS, CONTAINS)

EventStreamsRouteFilterValueType.NUMBER

Numeric comparison - parsed as double (supports all comparison operations: EQUALS, NOT_EQUALS, GREATER_THAN, LESS_THAN, GREATER_THAN_OR_EQUAL, LESS_THAN_OR_EQUAL)

EventStreamsRouteFilterValueType.BOOLEAN

Boolean comparison - true/false (supports EQUALS, NOT_EQUALS only)

EventStreamsRouteFilterValueType.TIMESTAMP

Timestamp comparison - ISO-8601 or epoch millis (supports all comparison operations: EQUALS, NOT_EQUALS, GREATER_THAN, LESS_THAN, GREATER_THAN_OR_EQUAL, LESS_THAN_OR_EQUAL)

Member Of

EventStreamsRouteFilterCondition object ●  EventStreamsRouteFilterConditionInput input

On this Page