<PackageReference Include="Relativity.Processing.SDK" Version="13.29.482" />

Relativity.Processing.V2.Services.Interfaces.DTOs.JobExceptionFilterConditionalExpression

Represents an conditional expression object that is used to filter Job Exceptions in Processing.

Constraint used in the expression.

public JobExceptionProperty Property { get; set; }

Property to apply the filter on.

public string Type { get; }

Represents the expression type.

public string Value { get; set; }

Value to filter the Job Exceptions by.