Click or drag to resize

SubscriptionInfoUseMillisecondResolution Property

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

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

Property Value

Boolean
Remarks
This flag determines the size of the timestamps transmitted as part of the compact measurement format when the server is using base time offsets.
See Also