Click or drag to resize

DataGapRecovererUseMillisecondResolution Property

Gets or sets the flag that determines whether measurement timestamps use millisecond resolution. If false, time will be of Ticks resolution.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public bool UseMillisecondResolution { get; set; }
View Source

Property Value

Boolean
Remarks
If the source and destination historians can handle timestamps at a greater than millisecond resolution then the UseMillisecondResolution can be set to false to ensure that a full resolution timestamp is delivered through the data recovery process. Setting this property to true allows the temporal subscription used in the data recovery process to conserve data transmission bandwidth since not as much space will be needed for a timestamp with only millisecond resolution.
See Also