<PackageReference Include="Relativity.Identity.SDK" Version="2.3.4" />

Sort

public class Sort
Represents sorting information for query results.
public SortEnum Direction { get; set; }

Gets or sets the sort order as either ascending or descending.

public FieldRef FieldIdentifier { get; set; }

Gets or sets the identifier for the field used to sort the results.

public int Order { get; set; }

Gets or sets an integer indicating precedence when more than one sort order is defined.

public Sort()