Represents the time window used for a query.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public class TimeWindowParams
Public Class TimeWindowParams
public ref class TimeWindowParams

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
QueryConfig..::..TimeWindowParams(String, String, String)
Constructs a time window for use by the query.
Equals(Object) (Inherited from Object.)
GetHashCode()()()() (Inherited from Object.)
GetType()()()() (Inherited from Object.)
TimestampField
The name of a timestamp field at the target table, for example ArrivalTime.
ToString()()()() (Inherited from Object.)
WindowEndTimeExpr
The expression representing the end of the window, for example NOW-seconds(2). You may also use the word end.
WindowStartTimeExpr
The expression representing the start of the window, for example NOW-seconds(5). You may also use the word begin.

Inheritance Hierarchy

System..::..Object
  StreamBase.LiveView.API..::..QueryConfig..::..TimeWindowParams

See Also