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

Relativity.Processing.V2.Services.Interfaces.DTOs.ExportJobExceptionsRequest

Request object for streaming a Job Exceptions CSV export from Invariant.
public string Culture { get; set; }

Specifies the culture of the user for datetime formatting.

public IEnumerable<string> ExceptionIds { get; set; }

Specifies a list of exception ids to use in lieu of an expression.

public string Expression { get; set; }

Specifies the expression to use to select exceptions for export.

Specifies the fields to include in the output.

An array of sorting priority to apply to the exported rows.