[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

This view is a very simple view presenting the number of elements in a stream or view. The view computes a single long-typed count of the number of events passed through it similar to the base statistics COUNT column.

Namespace: net.esper.view.std
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class SizeView _
	Inherits ViewSupport _
	Implements ContextAwareView
C#
public sealed class SizeView : ViewSupport, ContextAwareView
Visual C++
public ref class SizeView sealed : public ViewSupport, ContextAwareView

Inheritance Hierarchy

System.Object
  net.esper.view.ViewSupport
    net.esper.view.std.SizeView