<PackageReference Include="Relativity.Server.Productions.SDK" Version="12.3.0" />

Relativity.Productions.Services.Interfaces.V1.DTOs.Sort

public class Sort
Represents a production sort.
public SortEnum Direction { get; set; }

Determines the sorting order.

public FieldRef FieldIdentifier { get; set; }

A field reference to sort by.

public int Order { get; set; }

Determines the precedence of the field when sorting.

public Sort()