Module: Google::Cloud::Datastore::V1::PropertyFilter::Operator

Defined in:
proto_docs/google/datastore/v1/query.rb

Overview

A property filter operator.

Constant Summary collapse

OPERATOR_UNSPECIFIED =

Unspecified. This value must not be used.

0
LESS_THAN =

Less than.

1
LESS_THAN_OR_EQUAL =

Less than or equal.

2
GREATER_THAN =

Greater than.

3
GREATER_THAN_OR_EQUAL =

Greater than or equal.

4
EQUAL =

Equal.

5
HAS_ANCESTOR =

Has ancestor.

11