IData
|
public interface IDataSourceValue<T> : IDataSourceValue, IComparable<T>, IEquatable<T> where T : struct, new(), IDataSourceValue
The IDataSourceValueT type exposes the following members.
Name | Description | |
---|---|---|
AugmentMetadata |
Gets function that augments metadata for the data source, or null
if metadata augmentation is not needed.
(Inherited from IDataSourceValue) | |
DataTypeIndex |
Gets the data source value type index.
(Inherited from IDataSourceValue) | |
Flags |
Gets measurement state and quality flags of data source value.
(Inherited from IDataSourceValue) | |
LoadOrder |
Gets the desired load order for the data source value type.
(Inherited from IDataSourceValue) | |
MetadataTableName |
Gets the name of the primary metadata table for the data source.
(Inherited from IDataSourceValue) | |
RequiredMetadataFieldNames |
Gets the names of the required metadata fields for the data source.
(Inherited from IDataSourceValue) | |
Target |
Gets the query target, e.g., a point-tag.
(Inherited from IDataSourceValue) | |
Time |
Gets timestamp, in Unix epoch milliseconds, of data source value.
(Inherited from IDataSourceValue) | |
TimeSeriesValue |
Gets time-series array values of data source value, e.g., [Value, Time].
(Inherited from IDataSourceValue) | |
TimeSeriesValueDefinition |
Gets the format definition of a time-series array value, e.g., ["Value", "Time"].
(Inherited from IDataSourceValue) | |
Value |
Gets the value of data source value.
(Inherited from IDataSourceValue) | |
ValueIndex |
Gets the index of the value within the TimeSeriesValue array.
(Inherited from IDataSourceValue) |
Name | Description | |
---|---|---|
AssignToTimeValueMap | Assign queried data source value to time-value map. | |
CompareTo | Compares 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 IComparableT) | |
Equals | Indicates whether the current object is equal to another object of the same type. (Inherited from IEquatableT) | |
GetTargetIDSet |
Gets the set of measurement key and point tag identifiers associated with a target.
(Inherited from IDataSourceValue) | |
LookupMetadata |
Looks up metadata record for the specified target.
(Inherited from IDataSourceValue) | |
RecordFromKey |
Gets the metadata record for the specified measurement key.
(Inherited from IDataSourceValue) | |
TransposeCompute | Executes provided function for data source fields, applying the results to a copy of the data source value and returns the new result. |