MeasurementKeyLookUpOrCreate(Guid, String) Method
Performs a lookup by signal ID and, failing that, attempts to create
the key using the given signal ID and the parsed source, and ID.
Namespace: Gemstone.TimeseriesAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.174 -- Release Build+7cac27bfa55e63c8ffc82ceebed56183ce746be7
Gemstone.Timeseries.MeasurementKey.LookUpOrCreate = function(signalID, value);
- signalID Guid
- The signal ID of the key to be looked up.
- value String
- A string representation of the MeasurementKey.
MeasurementKey
If the lookup succeeds, an existing measurement key with a matching signalID.
If creation succeeds, a new measurement key with matching signal ID, source, and ID.
Otherwise,
Undefined.