Documentation

FieldFilter

Properties

Asc

  • asc: boolean

Whether the field is sorted in ascending order

memberof

FieldFilter

Key

  • key: string

Item key

memberof

FieldFilter

Op

The comparison operator to use for the filter. The specified value is compared to the indexed value (lexicographically for string data, numerically for numerical data) using one of the following operators: * EQ - Equal * NE - Not Equal * LT - Less Than * LE - Less Than or Equal * GT - Greater Than * GE - Greater Than or Equal

memberof

FieldFilter

Value

  • value: object

The indexed Cloud Save value

memberof

FieldFilter