KStudioSeekableWritableEventStream Class
[This documentation is preliminary and is subject to change.]
A seekable writeable event stream.
KStudioSeekableWritableEventStream has the following members.
| Name | Description |
|---|---|
| DataTypeId | Gets the data type ID of the event stream. |
| DataTypeName | Gets the name of the type of data the Event Stream contains. |
| EventStreamSelectorRequirements | Gets the event stream selector requirements. |
| Flags | Gets the flags that characterize event stream. |
| Name | Gets the name of the event stream. |
| SemanticId | Gets the semantic ID of the event stream. |
| TagSize | Gets the size of the tag data on each event. |
| Name | Description |
|---|---|
| FindEventAsync | Asynchronously finds an event in the event stream. |
| GetEndRelativeTimeAsync | Asynchronously retrieves the end time of the event stream, as a relative time. |
| GetEventCountAsync | Asynchronously retrieves the number of events contained in the event stream. |
| GetEventHeadersAsync | Asynchronously retrieves the collection event headers of the event stream. |
| GetMetadata | Gets the metadata collection for the event stream. |
| GetStartRelativeTimeAsync | Asynchronously retrieves the start time of the event stream, as a relative time. |
| GetStateAsync | Asynchronously retrieves the state of the stream. |
| ReadEventAsync | Reads and returns the event at the specified index in the event stream. |
| WriteEventAsync | Asynchronously writes an event to the event stream. |
Community Additions
Show: