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

AttributeName

Attribute name of the calculated statistics.

public string AttributeName { get; set; }

Property Value

String

Value

Value of the calculated statistics.

public object Value { get; set; }

Property Value

Object

Constructors

StatisticsResult()

public StatisticsResult()