<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

ObjectQueryUniqueFieldValuesResult

Represents the results of a query for unique field values.
public string FieldName { get; set; }

Gets or sets the name of the field that was queried.

public bool MaxNumberOfValuesReached { get; set; }

Gets or sets a bool indicating whether the number of values returned by the query reaches the maximum.

public List<string> UniqueValues { get; set; }

Gets or sets the unique values for the queried field.