MeasurementKeyLookUpOrCreate(Guid, String, UInt64) Method
Performs a lookup by signal ID and, failing that, attempts to
create the key using the given signal ID, source, and ID.
Namespace: Gemstone.TimeseriesAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
public static MeasurementKey LookUpOrCreate(
Guid signalID,
string source,
ulong id
)
Public Shared Function LookUpOrCreate (
signalID As Guid,
source As String,
id As ULong
) As MeasurementKey
public:
static MeasurementKey^ LookUpOrCreate(
Guid signalID,
String^ source,
unsigned long long id
)
Gemstone.Timeseries.MeasurementKey.LookUpOrCreate = function(signalID, source, id);
- signalID Guid
- The signal ID of the key to be looked up.
- 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.