StatisticDefinition

Represents a type used for defining a statistic to be queried for in the table.

Since

200.1.0

Constructors

Link copied to clipboard
constructor(onFieldName: String, statisticType: StatisticType, outputAlias: String = "")

Creates a statistic definition. A statistic definition must specify a field name and statistic type. Optionally, you can provide a name for the output statistic result.

Properties

Link copied to clipboard

The name of the field in the table containing values to be used for the statistic.

Link copied to clipboard

The name for this statistic in the results. If an output alias is not specified, a default name that identifies the statistic type and input field name will be used for the result.

Link copied to clipboard

The statistic to calculate.