Click or drag to resize

IDataPoint Interface

Defines time-series data warehoused by a historian.

Namespace: GSF.Historian
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public interface IDataPoint : ISupportBinaryImage, 
	IComparable, IFormattable
View Source

The IDataPoint type exposes the following members.

Properties
 NameDescription
Public propertyBinaryLength Gets the length of the binary image.
(Inherited from ISupportBinaryImage)
Public propertyHistorianID Gets or sets the historian identifier of the time-series data point.
Public propertyMetadata Gets or sets associated MetadataRecord of the time-series data point.
Public propertyQuality Gets or sets the Quality of the time-series data point.
Public propertyTime Gets or sets the TimeTag of the time-series data point.
Public propertyValue Gets or sets the value of the time-series data point.
Top
Methods
 NameDescription
Public methodCompareToCompares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from IComparable)
Public methodGenerateBinaryImage Generates binary image of the object and copies it into the given buffer, for BinaryLength bytes.
(Inherited from ISupportBinaryImage)
Public methodParseBinaryImage Initializes object by parsing the specified buffer containing a binary image.
(Inherited from ISupportBinaryImage)
Public methodToStringFormats the value of the current instance using the specified format.
(Inherited from IFormattable)
Top
Extension Methods
 NameDescription
Public Extension MethodBinaryImage Returns a binary image of an object that implements ISupportBinaryImage.
(Defined by ISupportBinaryImageExtensions)
Public Extension MethodCopyBinaryImageToStream Copies binary image of object that implements ISupportBinaryImage to a Stream.
(Defined by ISupportBinaryImageExtensions)
Public Extension MethodCopyImage This is a common optimized block copy function for any kind of data.
(Defined by Common)
Public Extension MethodParseBinaryImageFromStream Parses binary image of object that implements ISupportBinaryImage from a Stream.
(Defined by ISupportBinaryImageExtensions)
Top
See Also