EasyUA Reference
AggregateBits Enumeration
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : AggregateBits Enumeration

Glossary Item Box

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

Syntax

Visual Basic (Usage)Copy Code
Dim instance As AggregateBits
C# 
[FlagsAttribute()]
public enum AggregateBits : 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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.