ConcentratorBaseTimeResolution Property

Gets or sets the maximum time resolution, in ticks, to use when sorting measurements by timestamps into their proper destination frame.

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.138 -- Release Build+b4f8847fe309a44734617722bca179874d85b46d
public long TimeResolution { get; set; }

Property Value

Int64

Remarks

Desired maximum resolutionValue to assign
SecondsTicks.PerSecond
MillisecondsTicks.PerMillisecond
MicrosecondsTicks.PerMicrosecond
100-Nanoseconds0
Assigning values less than zero will be set to zero since minimum possible concentrator resolution is one tick (100-nanoseconds). Assigning values greater than Ticks.PerSecond will be set to Ticks.PerSecond since maximum possible concentrator resolution is one second (i.e., 1 frame per second).

See Also