Click or drag to resize

AdapterCollectionBase<T> .InputMeasurementKeys Property

Gets or sets primary keys of input measurements the AdapterCollectionBase<T> expects, if any.

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

Property Value

MeasurementKey[]

Implements

IAdapter.InputMeasurementKeys
See Also