HistorianAggregationType Enumeration
- Last UpdatedAug 21, 2026
- 2 minute read
Represents an aggregation type to be used during retrieval.
'Declaration
Public Enum HistorianAggregationType
Inherits System.Enum
'Usage
Dim instance As HistorianAggregationType
public enum HistorianAggregationType : System.Enum
public enum class HistorianAggregationType : public System.Enum
| Member | Description |
|---|---|
| Average | The average amount of time that the tag has been in each unique state. |
| AverageContained | The average amount of time that the tag has been in each unique state for each cycle, disregarding the occurrences that are not fully contained with the calculation cycle. |
| MaxContained | The longest amount of time that the tag has been in each unique state for each cycle, disregarding the occurrences that are not fully contained with the calculation cycle. |
| Maximum | The longest amount of time that the tag has been in each unique state. |
| MinContained | The shortest amount of time each tag has been in each unique state for each cycle, disregarding the occurrences that are not fully contained with the calculation cycle. |
| Minimum | The shortest amount of time that the tag has been in each unique state. |
| Percent | The total percentage of time that the tag has been in each unique state. |
| PercentContained | The percentage of time that the tag has been in each unique state for each cycle, disregarding the occurrences that are not fully contained with the calculation cycle. |
| Total | The total amount of time that the tag has been in each unique state. |
| TotalContained | The total amount of time that the tag has been in each unique state for each cycle, disregarding the occurrences that are not fully contained with the calculation cycle. |
System.Object
System.ValueType
System.Enum
ArchestrA.HistorianAggregationType