AggregationColumn
Namespace: Meshmakers.Octo.Runtime.Contracts.Repositories.Query
Specifies a single aggregation column: the attribute path to aggregate and the function to apply.
public class AggregationColumn
Inheritance Object → AggregationColumn
Properties
AttributePath
Path to the attribute to aggregate.
public string AttributePath { get; }
Property Value
Function
Aggregation function to apply.
public AggregationFunction Function { get; }
Property Value
Constructors
AggregationColumn(String, AggregationFunction)
Creates a new instance.
public AggregationColumn(string attributePath, AggregationFunction function)
Parameters
attributePath String
function AggregationFunction
Methods
ToString()
public string ToString()