C-DEngine 5.105

TheHistoryParameters..::..SamplingWindow Property

Timespan over which property changes are to be sampled or aggregated. At most one history entry per sampling window is generated.

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public TimeSpan SamplingWindow { get; set; }
Public Property SamplingWindow As TimeSpan
	Get
	Set
public:
property TimeSpan^ SamplingWindow {
	TimeSpan^ get ();
	void set (TimeSpan^ value);
}