MeasurementKeyLookUpOrCreate(String) Method
Performs a lookup by source and, failing that, attempts to create
the key using a newly generated signal ID and the parsed source and ID.
Namespace: Gemstone.TimeseriesAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.147 -- Release Build+281cd9d48f79fa48c22e33d1c46c4d7bdd95f1cf
Public Shared Function LookUpOrCreate (
value As String
) As MeasurementKey
Gemstone.Timeseries.MeasurementKey.LookUpOrCreate = function(value);
- 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.