ConcentratorBaseTimeResolution Property
Gets or sets the maximum time resolution, in ticks, to use when sorting measurements by timestamps into their proper destination frame.
Namespace: Gemstone.TimeseriesAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
public long TimeResolution { get; set; }
Public Property TimeResolution As Long
Get
Set
function get_TimeResolution();
function set_TimeResolution(value);
Property Value
Int64
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).