Contents

QueryFilter.Value

The comparison value or values for a QueryFilter condition.

Declaration

object QueryFilter.Value

Discussion

The QueryFilter.value field accepts a scalar, an array, or no value at all, depending on the operator. Pass an array for operators that accept multiple values (IN, NOT_IN, CONTAINS_ANY, CONTAINS_ALL, NOT_CONTAINS_ANY, NOT_CONTAINS_ALL, BETWEEN), a scalar for operators that accept a single value (EQUALS, STARTS_WITH), or omit it entirely for the null-check operators IS_NULL and IS_NOT_NULL. See QueryFilterOperator for the full operator reference.