Click or drag to resize

InputAdapterBaseInputMeasurementKeys Property

Gets or sets primary keys of input measurements the AdapterBase expects, if any.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public virtual MeasurementKey[] InputMeasurementKeys { get; set; }
View Source

Property Value

MeasurementKey

Implements

IAdapterInputMeasurementKeys
Remarks
Redefined to hide attributes defined in the base class.
See Also