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