Build 1.01.318.0
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
Flags that are set by the historian when returning archived values.
Namespace: Opc.UaAssembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
Syntax
| C# |
|---|
[FlagsAttribute] public enum AggregateBits |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration AggregateBits |
| Visual C++ |
|---|
[FlagsAttribute] public enum class AggregateBits |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Raw | 0 | A raw data value. | |
| Calculated | 1 | A raw data value. | |
| Interpolated | 2 | A data value which was interpolated. | |
| DataSourceMask | 3 | A mask that selects the bit which identify the source of the value (raw, calculated, interpolated). | |
| Partial | 4 | A data value which was calculated with an incomplete interval. | |
| ExtraData | 8 | A raw data value that hides other data at the same timestamp. | |
| MultipleValues | 16 | Multiple values match the aggregate criteria (i.e. multiple minimum values at different timestamps within the same interval) |