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

Relativity.Processing.V1.Services.Interfaces.DTOs.GetDiscoveredDocumentsRequest

Represents a request object containing criteria for getting filters results for processing.
public int AuditedSourceID { get; set; }

The view or saved filter ID for auditing.

public bool ExcludeTotalCount { get; set; }

Whether or not to calculate the total size of the discovered documents returned

public string Expression { get; set; }

Specifies the expression use to create the expression filter.

public bool IncludeDuplicateHash { get; set; }

Whether or not to calculate processing duplicate hash

public int NumberOfResults { get; set; }

Count of rows after startingpoint to get in result set.

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

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

public int StartingPointOfResult { get; set; }

Starting point to return rows from a result set.