Configures this query as a time-windowed query, using the given start and end time expressions, against the given timestamp field from the target table.

See QueryConfig..::..TimeWindowParams.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
public QueryConfig..::..TimeWindowParams TimeWindow { get; set; }
Public Property TimeWindow As QueryConfig..::..TimeWindowParams
	Get
	Set

See Also