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.

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.155 -- Release Build+e115e0aae9dba2e478171d226b178f6065fb745f
public static MeasurementKey LookUpOrCreate(
	string value
)

Parameters

value  String
A string representation of the MeasurementKey.

Return Value

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.

See Also