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

Relativity.Processing.V2.Services.Interfaces.DTOs.GetDiscoveredDocumentListRequest

Represents a request object containing criteria for getting filters results for processing.

Troubleshooting parameter for forcing MDS path.

public List<ExportColumn> Columns { get; set; }

Specifies the fields to include in the output.

public string Culture { get; set; }

Specifies the culture of the user for datetime formatting.

public string Expression { get; set; }

Specifies the expression to use to select files for the list.

public bool IncludeDuplicateHash { get; set; }

Whether or not to calculate processing duplicate hash

public List<string> LogicalIDs { get; set; }

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

public List<SortOption> SortingOptions { get; set; }

An array of sorting priority to which get applied upon result retrieval.