Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration FilterOperation

Index

Enumeration members

Contain = "substring"
Equal = "eq"
Exists = "exists"
GreaterThan = "gt"
GreaterThanOrEqual = "gte"
In = "in"
LessThan = "lt"
LessThanOrEqual = "lte"
NotContain = "notSubstring"
NotEqual = "ne"
NotExists = "notExists"

Generated using TypeDoc