Click or drag to resize

MeasurementKeyEstablishDefaultCache Method

Establish default MeasurementKey cache.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public static void EstablishDefaultCache(
	IDbConnection connection,
	Type adapterType,
	string measurementTable = "ActiveMeasurement"
)
View Source

Parameters

connection  IDbConnection
The database connection.
adapterType  Type
The database adapter type.
measurementTable  String  (Optional)
Measurement table name used to load measurement key cache.
Remarks
Source tables are expected to have at least the following fields:
C#
ID          NVARCHAR    Measurement key formatted as: ArchiveSource:PointID
SignalID    GUID        Unique identification for measurement
See Also