[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
Name | Description | |
---|---|---|
![]() | AddView | Add a view to the viewable object. (Inherited from Viewable.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerable<(Of T>).) |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. (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
Name | Description | |
---|---|---|
![]() | 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.) |