public List<string> DataKeys { get; }
Public ReadOnly Property DataKeys As List(Of String)
Get
public:
property List<String^>^ DataKeys {
List<String^>^ get ();
}
member DataKeys : List<string> with get
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.