FilterAdapterBaseInputMeasurementKeys Property

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

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.170 -- Release Build+f464e1d84dd1e1809e105906771d4406aa28b88d
[ConnectionStringParameterAttribute(IgnoreWhenParsing = true)]
[DefaultValueAttribute(null)]
public override MeasurementKey[] InputMeasurementKeys { get; set; }

Property Value

MeasurementKey

Implements

IAdapterInputMeasurementKeys
IAdapterInputMeasurementKeys

Remarks

If your adapter needs to receive all measurements, you must explicitly set InputMeasurementKeys to null.

See Also