ConcentratorBaseDownsamplingMethod Property

Gets or sets the DownsamplingMethod to be used by the concentrator.

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.147 -- Release Build+281cd9d48f79fa48c22e33d1c46c4d7bdd95f1cf
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(DownsamplingMethod.LastReceived)]
[LabelAttribute("Downsampling Method")]
public DownsamplingMethod DownsamplingMethod { get; set; }

Property Value

DownsamplingMethod

Remarks

The down-sampling method determines the algorithm to use if input is being received at a higher-resolution than the defined output.

See Also