Table of Contents

Enum AggregateType

Namespace
Dynamicweb.Tracking.Reporting
Assembly
Dynamicweb.Core.dll

Type of aggregated value.

public enum AggregateType

Fields

AVG = 3

Average of values.

COUNT = 4

Count of entries.

MAX = 2

Maximum of values.

MIN = 1

Minimum of values.

SUM = 0

Sum of values.

To top