<PackageReference Include="Relativity.Server.Services.DataContracts.SDK" Version="5000.0.2" />

Relativity.Services.Search.CriteriaConditionBase

public class CriteriaConditionBase
Base class for Criteria Conditions
public FieldRef FieldIdentifier { get; set; }

The Field identifier to be tested by the Condition.

public bool NotOperator { get; set; }

Set to true to negate the condition operator.

public virtual object Value { get; set; }

The value against which the field will be compared.

CriteriaConditionBase default constructor.