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

A streams is a conduct for incoming events. Incoming data is placed into streams for consumption by queries.

The following tables list the members exposed by the EventStream type.

Public Methods

  NameDescription
AddView
Add a view to the viewable object.
(Inherited from Viewable.)
GetEnumerator (Inherited from IEnumerable<(Of T>).)
GetEnumerator (Inherited from IEnumerable.)
GetViews
Returns all added views.
(Inherited from Viewable.)
Insert
Insert a new event onto the stream.

RemoveView
Remove a view.
(Inherited from Viewable.)

Public Properties

  NameDescription
EventType
Provides metadata information about the type of object the event collection contains.
(Inherited from EventCollection.)
HasViews
Test is there are any views to the Viewable.
(Inherited from Viewable.)