CepWindow<TPayload> Class

 

A window is a finite collection of events that results from applying a windowing operator on a stream of events..

Namespace:   Microsoft.ComplexEventProcessing.Linq
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.Linq.CepWindow<TPayload>

Syntax

public class CepWindow<TPayload>
generic<typename TPayload>
public ref class CepWindow 
type CepWindow<'TPayload> = class end
Public Class CepWindow(Of TPayload)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Extension Methods

Name Description
System_CAPS_pubmethod Avg<TPayload>(Expression<Func<TPayload, Byte>>)

Overloaded. Computes the average over all events in a window. The value to average over is defined in the input expression parameter. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Avg<TPayload>(Expression<Func<TPayload, Decimal>>)

Overloaded. Computes the average over all events in a window. The value to average over is defined in the input expression parameter.(Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Avg<TPayload>(Expression<Func<TPayload, Double>>)

Overloaded. Computes the average over all events in a window. The value to average over is defined in the input expression parameter.(Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Avg<TPayload>(Expression<Func<TPayload, Int16>>)

Overloaded. Computes the average over all events in a window. The value to average over is defined in the input expression parameter.(Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Avg<TPayload>(Expression<Func<TPayload, Int32>>)

Overloaded. Computes the average over all events in a window. The value to average over is defined in the input expression parameter.(Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Avg<TPayload>(Expression<Func<TPayload, Int64>>)

Overloaded. Computes the average over all events in a window. The value to average over is defined in the input expression parameter.(Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Avg<TPayload>(Expression<Func<TPayload, Nullable<Byte>>>)

Overloaded. Computes the average over all events in a window. The value to average over is defined in the input expression parameter.(Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Avg<TPayload>(Expression<Func<TPayload, Nullable<Decimal>>>)

Overloaded. Computes the average over all events in a window. The value to average over is defined in the input expression parameter.(Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Avg<TPayload>(Expression<Func<TPayload, Nullable<Double>>>)

Overloaded. Computes the average over all events in a window. The value to average over is defined in the input expression parameter.(Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Avg<TPayload>(Expression<Func<TPayload, Nullable<Int16>>>)

Overloaded. Computes the average over all events in a window. The value to average over is defined in the input expression parameter.(Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Avg<TPayload>(Expression<Func<TPayload, Nullable<Int32>>>)

Overloaded. Computes the average over all events in a window. The value to average over is defined in the input expression parameter.(Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Avg<TPayload>(Expression<Func<TPayload, Nullable<Int64>>>)

Overloaded. Computes the average over all events in a window. The value to average over is defined in the input expression parameter.(Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Avg<TPayload>(Expression<Func<TPayload, Nullable<SByte>>>)

Overloaded. Computes the average over all events in a window. The value to average over is defined in the input expression parameter.(Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Avg<TPayload>(Expression<Func<TPayload, Nullable<Single>>>)

Overloaded. Computes the average over all events in a window. The value to average over is defined in the input expression parameter.(Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Avg<TPayload>(Expression<Func<TPayload, Nullable<UInt16>>>)

Overloaded. Computes the average over all events in a window. The value to average over is defined in the input expression parameter.(Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Avg<TPayload>(Expression<Func<TPayload, Nullable<UInt32>>>)

Overloaded. Computes the average over all events in a window. The value to average over is defined in the input expression parameter.(Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Avg<TPayload>(Expression<Func<TPayload, Nullable<UInt64>>>)

Overloaded. Computes the average over all events in a window. The value to average over is defined in the input expression parameter.(Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Avg<TPayload>(Expression<Func<TPayload, SByte>>)

Overloaded. Computes the average over all events in a window. The value to average over is defined in the input expression parameter.(Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Avg<TPayload>(Expression<Func<TPayload, Single>>)

Overloaded. Computes the average over all events in a window. The value to average over is defined in the input expression parameter.(Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Avg<TPayload>(Expression<Func<TPayload, UInt16>>)

Overloaded. Computes the average over all events in a window. The value to average over is defined in the input expression parameter.(Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Avg<TPayload>(Expression<Func<TPayload, UInt32>>)

Overloaded. Computes the average over all events in a window. The value to average over is defined in the input expression parameter.(Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Avg<TPayload>(Expression<Func<TPayload, UInt64>>)

Overloaded. Computes the average over all events in a window. The value to average over is defined in the input expression parameter.(Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Count<TPayload>()

Computes the count of events in the window.(Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Max<TPayload, TMaxValue>(Expression<Func<TPayload, TMaxValue>>)

Computes the maximum of the values specified by the input parameter over a window of events. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Min<TPayload, TMinValue>(Expression<Func<TPayload, TMinValue>>)

Computes the minimum of the values specified by the input parameter over a window of events. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Sum<TPayload>(Expression<Func<TPayload, Byte>>)

Overloaded. Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Sum<TPayload>(Expression<Func<TPayload, Decimal>>)

Overloaded. Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Sum<TPayload>(Expression<Func<TPayload, Double>>)

Overloaded. Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Sum<TPayload>(Expression<Func<TPayload, Int16>>)

Overloaded. Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Sum<TPayload>(Expression<Func<TPayload, Int32>>)

Overloaded. Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Sum<TPayload>(Expression<Func<TPayload, Int64>>)

Overloaded. Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Sum<TPayload>(Expression<Func<TPayload, Nullable<Byte>>>)

Overloaded. Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Sum<TPayload>(Expression<Func<TPayload, Nullable<Decimal>>>)

Overloaded. Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Sum<TPayload>(Expression<Func<TPayload, Nullable<Double>>>)

Overloaded. Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Sum<TPayload>(Expression<Func<TPayload, Nullable<Int16>>>)

Overloaded. Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Sum<TPayload>(Expression<Func<TPayload, Nullable<Int32>>>)

Overloaded. Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Sum<TPayload>(Expression<Func<TPayload, Nullable<Int64>>>)

Overloaded. Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Sum<TPayload>(Expression<Func<TPayload, Nullable<SByte>>>)

Overloaded. Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Sum<TPayload>(Expression<Func<TPayload, Nullable<Single>>>)

Overloaded. Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Sum<TPayload>(Expression<Func<TPayload, Nullable<UInt16>>>)

Overloaded. Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Sum<TPayload>(Expression<Func<TPayload, Nullable<UInt32>>>)

Overloaded. Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Sum<TPayload>(Expression<Func<TPayload, Nullable<UInt64>>>)

Overloaded. Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Sum<TPayload>(Expression<Func<TPayload, SByte>>)

Overloaded. Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Sum<TPayload>(Expression<Func<TPayload, Single>>)

Overloaded. Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Sum<TPayload>(Expression<Func<TPayload, UInt16>>)

Overloaded. Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Sum<TPayload>(Expression<Func<TPayload, UInt32>>)

Overloaded. Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod Sum<TPayload>(Expression<Func<TPayload, UInt64>>)

Overloaded. Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter. (Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod UserDefinedAggregate<TPayload, TUda, TAggregateOutput>(Object)

Calls a user-defined aggregate (UDA) in which the UDA does not take an additional expression to map the input event to the input that the UDA expects.(Defined by CepWindowExtensionMethods.)

System_CAPS_pubmethod UserDefinedAggregateWithMapping<TPayload, TUda, TAggregateInput, TAggregateOutput>(Expression<Func<TPayload, TAggregateInput>>, Object)

Calls a user-defined aggregate. (Defined by CepWindowExtensionMethods.)

Remarks

Windows serve as the basis for set-based operations such as aggregation or ranking. For more information, see Using Event Windows.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ComplexEventProcessing.Linq Namespace

Return to top