C-DEngine 5.105

TheHistoryParameters..::..MaxAge Property

Timespan for which to keep items in the history store. Items with timestamps older the the current time minus the MaxAge will be deleted (lazily). TimeSpan.Zero mean no expiration.

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

Syntax


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