Skip to main content

FieldFilterOperator

Namespace: Meshmakers.Octo.Runtime.Contracts.Repositories.Query

Represents the operator to use for a field filter

public enum FieldFilterOperator

Inheritance ObjectValueTypeEnumFieldFilterOperator
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
Equals0Equals
NotEquals1Not equals
LessThan2Less than
LessEqualThan3Less or equal than
GreaterThan4Greater than
GreaterEqualThan5Greater or equal than
In6In
NotIn7Not in
Like8Like (string comparison)
MatchRegEx9Regular expression match (string comparison)
AnyEq10Arrays: Any element equals
Match11Matches documents that contain an array field with at least one element that matches all the specified query criteria.