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.141 -- Release Build+bdf56a3938e56213864ec1432892d5e4deb869ac
[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