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.171 -- Release Build+3ecaf8b66f8331a5e50f9e43ac234abd50096934
[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