StatisticsResult
Namespace: Meshmakers.Octo.Runtime.Contracts.Repositories.Query
Represents a statistics value for a grouping.
public class StatisticsResult
Inheritance Object → StatisticsResult
Properties
AttributePath
Path of attribute the calculated statistics is for.
public string AttributePath { get; set; }
Property Value
Value
Value of the calculated statistics.
public object Value { get; set; }
Property Value
Constructors
StatisticsResult()
public StatisticsResult()