ConcentratorBaseProcessByReceivedTimestamp Property

Gets or sets flag that determines if concentrator should sort measurements by received time.

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.128 -- Release Build+e2476c52e94864f123f37e60764c948e49eb89eb
public bool ProcessByReceivedTimestamp { get; set; }

Property Value

Boolean

Remarks

Setting this value to true will make concentrator use the timestamp of measurement reception, which is typically the IMeasurement creation time, for sorting and publication. This is useful in scenarios where the concentrator will be receiving very large volumes of data but not necessarily in real-time, such as, reading values from a file where you want data to be sorted and processed as fast as possible.

Setting this value to true will force UseLocalClockAsRealTime to be true and AllowSortsByArrival to be false.

See Also