MeasurementKeyLookUpOrCreate(String, UInt64) Method
Performs a lookup by source and, failing that, attempts to create
the key using a newly generated signal ID and the given source and ID.
Namespace: Gemstone.TimeseriesAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.172 -- Release Build+ace768d5e4de8ccdda90a0d8c11832c746f370e1
Gemstone.Timeseries.MeasurementKey.LookUpOrCreate = function(source, id);
- source String
- The source to use for the key if the lookup fails.
- id UInt64
- The ID to use for the key if the lookup fails.
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.