MeasurementResultDataKeys Property

Gets a list of available data keys contained in this measurement result.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
C#
public List<string> DataKeys { get; }

Property Value

ListString

Remarks

The actual list is a function of the study definition and what the server was able to generate based upon the data provided. This is a convenience method to assist in inspecting the measurement data result, but if you know the keys of interest those can be asked for directly using getMeasurementData().

Possible keys might include "HEART_RATE", "SNR", etc.

See Also