Represents the time window used for a query.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.6.6.1 (10.6.6.1)
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 |
Member | Description | |
---|---|---|
QueryConfig..::..TimeWindowParams(String, String, String) |
Constructs a time window for use by the query.
| |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
TimestampField |
The name of a timestamp field at the target table, for example ArrivalTime.
| |
ToString()()()() | Returns a string that represents the current object. (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
StreamBase.LiveView.API..::..QueryConfig..::..TimeWindowParams