APIリファレンス(Node.js)
Operator enum
検索条件の演算子です。
Signature:
export declare enum Operator
Enumeration Members
| Member | Value | Description |
|---|---|---|
| BetweenExclude | "between_exclude" | |
| BetweenInclude | "between_include" | |
| Contains | "like_both" | |
| ContainsInArray | "like_or" | |
| EndsWith | "like_after" | |
| Equal | "equal" | |
| GreaterThanOrEqualTo | "greater_than_include" | |
| In | "in" | |
| IsEmpty | "is_empty" | |
| IsNotEmpty | "is_not_empty" | |
| LessThanOrEqualTo | "less_than_include" | |
| NotEqual | "not_equal" | |
| NotIn | "not_in" | |
| StartsWith | "like_before" |