Relativity.Processing.V2.Services.Interfaces.DTOs.ProcessingFilterConstraint
Used as a constraint for processing filter.
BeginsWith = 12
Constraint used as BeginsWith.
Between = 20
Constraint used as Between
DoesNotBeginWith = 13
Constraint used as DoesNotBeginWith.
DoesNotEndWith = 15
Constraint used as DoesNotEndWith.
EndsWith = 14
Constraint used as EndsWith.
Is = 0
Constraint used as Is.
IsAfter = 18
Constraint used as IsAfter
IsAfterOrOn = 19
Constraint used as IsAfterOrOn
IsBefore = 16
Constraint used as IsBefore
IsBeforeOrOn = 17
Constraint used as IsBeforeOrOn
IsGreaterThan = 8
Constraint used as IsGreaterThan.
Constraint used as IsGreaterThanOrEqualTo.
IsIn = 2
Constraint used as IsIn.
IsLessThan = 6
Constraint used as IsLessThan.
Constraint used as IsLessThanOrEqualTo.
IsLike = 10
Constraint used as IsLike.
IsNot = 1
Constraint used as IsNot.
IsNotIn = 3
Constraint used as IsNotIn.
IsNotLike = 11
Constraint used as IsNotLike.
IsNotSet = 5
Constraint used as IsNotSet.
IsSet = 4
Constraint used as IsSet.
NotBetween = 21
Constraint used as NotBetween