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.158 -- Release Build+742760b9fc81f0ff99a22d1d8a726573e73efb7e
[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