<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

Sort

public class Sort
Describes how to sort Query results.
public SortDirection Direction { get; set; }

Gets or sets sorting direction.

public NamedArtifact FieldIdentifier { get; set; }

Gets or sets the Field identifier to be tested by the Condition.

public int Order { get; set; }

Gets or sets value when more than one Sort is defined, the Order defines the precedence order of the sorts.

public Sort()