Represents the structure of a single datum from the Data Historian.

The following tables list the members exposed by the IVqt type.

Name Description
Public property PointName The fully-qualified data point name (including the domain).
Public property Quality An integer representation of the data point quality.
Public property Timestamp A numeric representation of the data point timestamp, stored as a double (i.e., floating point number).
Public property TimestampAsLocalTime A DateTime representation of the data point timestamp, converted to local time.
Public property Value The data point value. Can be numeric or text.
Top