Skip to main content

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 ObjectAggregationColumn

Properties

AttributePath

Path to the attribute to aggregate.

public string AttributePath { get; }

Property Value

String

Function

Aggregation function to apply.

public AggregationFunction Function { get; }

Property Value

AggregationFunction

Constructors

AggregationColumn(String, AggregationFunction)

Creates a new instance.

public AggregationColumn(string attributePath, AggregationFunction function)

Parameters

attributePath String

function AggregationFunction

Methods

ToString()

public string ToString()

Returns

String