Click or drag to resize
Grid Solutions Framework

IDataSourceValueTypeT Properties

The IDataSourceValueTypeT type exposes the following members.

Properties
  Name Description
Public property AugmentMetadata Gets function that augments metadata for the data source, or null if metadata augmentation is not needed.
(Inherited from IDataSourceValueType)
Public property DataTypeIndex Gets the data source value type index.
(Inherited from IDataSourceValueType)
Public property Flags Gets measurement state and quality flags of data source value type.
(Inherited from IDataSourceValueType)
Public property LoadOrder Gets the desired load order for the data source value type.
(Inherited from IDataSourceValueType)
Public property MetadataTableName Gets the name of the primary metadata table for the data source.
(Inherited from IDataSourceValueType)
Public property RequiredMetadataFieldNames Gets the names of the required metadata fields for the data source.
(Inherited from IDataSourceValueType)
Public property Target Gets the query target, e.g., a point-tag.
(Inherited from IDataSourceValueType)
Public property Time Gets timestamp, in Unix epoch milliseconds, of data source value type.
(Inherited from IDataSourceValueType)
Public property TimeSeriesValue Gets time-series array values of the data source value type, e.g., [Value, Time].
(Inherited from IDataSourceValueType)
Public property TimeSeriesValueDefinition Gets the format definition of a time-series array value, e.g., ["Value", "Time"].
(Inherited from IDataSourceValueType)
Public property Value Gets the value of data source value type.
(Inherited from IDataSourceValueType)
Public property ValueIndex Gets the index of the value within the TimeSeriesValue array.
(Inherited from IDataSourceValueType)
Top
See Also