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.178 -- Release Build+52bde36e42c7b2f52d1e2cc6bb29e593f446f07c
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