Opc.Ua.Core
AggregateBits Enumeration



Opc.Ua Namespace : AggregateBits Enumeration
Flags that are set by the historian when returning archived values.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum AggregateBits 
   Inherits System.Enum
'Usage
 
Dim instance As AggregateBits
[Flags()]
public enum AggregateBits : System.Enum 
[Flags()]
public enum class AggregateBits : public System.Enum 
Members
MemberDescription
Calculated A raw data value.
DataSourceMask A mask that selects the bit which identify the source of the value (raw, calculated, interpolated).
ExtraData A raw data value that hides other data at the same timestamp.
Interpolated A data value which was interpolated.
MultipleValues Multiple values match the aggregate criteria (i.e. multiple minimum values at different timestamps within the same interval)
Partial A data value which was calculated with an incomplete interval.
Raw A raw data value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Opc.Ua.AggregateBits

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Opc.Ua Namespace