ConcentratorBaseAllowSortsByArrival Property

Gets or sets flag that determines whether or not to allow incoming measurements with bad timestamps to be sorted by arrival time.

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.158 -- Release Build+742760b9fc81f0ff99a22d1d8a726573e73efb7e
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(false)]
[LabelAttribute("Allow Sorts By Arrival")]
public bool AllowSortsByArrival { get; set; }

Property Value

Boolean

Remarks

Value defaults to true, so any incoming measurement with a bad timestamp quality will be sorted according to its arrival time. Setting the property to false will cause all measurements with a bad timestamp quality to be discarded. This property will only be considered when IgnoreBadTimestamps is false.

Value will be forced to false if ProcessByReceivedTimestamp is true.

See Also