Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

Flags that are set by the historian when returning archived values.

Namespace: Opc.Ua
Assembly: 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 nameValueDescription
Raw0 A raw data value.
Calculated1 A raw data value.
Interpolated2 A data value which was interpolated.
DataSourceMask3 A mask that selects the bit which identify the source of the value (raw, calculated, interpolated).
Partial4 A data value which was calculated with an incomplete interval.
ExtraData8 A raw data value that hides other data at the same timestamp.
MultipleValues16 Multiple values match the aggregate criteria (i.e. multiple minimum values at different timestamps within the same interval)

See Also