DataSourceLookups Class

Creates a cached lookup so certain metadata so lookups can occur with quickly.

Definition

Namespace: Gemstone.Timeseries.Data
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.176 -- Release Build+53a3c1e187e0c85f0eef5aedfa0d3ac4b99e7489
public static class DataSourceLookups
Inheritance
Object    DataSourceLookups

Methods

ActiveMeasurements Gets/Creates the ActiveMeasurementsTableLookup for the provided dataset.
GetLookupCache Gets/Creates the lookup cache for the provided dataset.
GetSignalType Gets signal type for given measurement key
GetSignalTypes(DataSet, IMeasurement, String) Gets signal types for given measurement keys.
GetSignalTypes(DataSet, MeasurementKey, String) Gets signal types for given measurement keys.
LookupMetadata Lookups up metadata record from provided MeasurementKey.

See Also