[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Abstract base specification for a stream, consists simply of an optional stream name and a list of views
on to of the stream.
Implementation classes for views and patterns add additional information defining the stream of events.
The following tables list the members exposed by the StreamSpec type.
Public Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
Public Constructors
Name | Description | |
---|---|---|
![]() | StreamSpecNew | Ctor. |
Public Properties
Name | Description | |
---|---|---|
![]() | OptionalStreamName | Returns the name assigned. |
![]() | ViewSpecs | Returns view definitions to use to construct views to derive data on stream. |