Skip to main content

StatisticsResult

Namespace: Meshmakers.Octo.Runtime.Contracts.Repositories.Query

Represents a statistics value for a grouping.

public class StatisticsResult

Inheritance ObjectStatisticsResult

Properties

AttributePath

Path of attribute the calculated statistics is for.

public string AttributePath { get; set; }

Property Value

String

Value

Value of the calculated statistics.

public object Value { get; set; }

Property Value

Object

Constructors

StatisticsResult()

public StatisticsResult()