Skip to main content

FieldFilterOperatorDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Represents a field filter operator.

public enum FieldFilterOperatorDto

Inheritance ObjectValueTypeEnumFieldFilterOperatorDto
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.