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.166 -- Release Build+57b72ea94712c6fb93701495d2d13b86cd7b5162
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