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

Relativity.Processing.V2.Services.Interfaces.DTOs.SortOption

public class SortOption
Represents a sorting operation on given property
public Ordering Order { get; set; }

Represents ordering method to apply upon getting the discovered documents.

public Property Property { get; set; }

Represents a sortable property of discovered documents.

public SortOption()