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

Relativity.Processing.V2.Services.Interfaces.DTOs.PivotOnOption

public class PivotOnOption
Represents a pivot on option
public int GroupByCount { get; set; }

Group by count used to select number of top or bottom rows of the condition. Default value 0

public Property GroupByProperty { get; set; }

Name of the property to perform group by on.

public int PivotOnCount { get; set; }

Pivot On count used to select number of top or bottom rows of the condition. Default value 0

public Property? PivotOnProperty { get; set; }

Name of the property to perform pivot.

public PivotOnOption()