The EntityType type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| CONTAINER |
Represents a StreamBase Container.
| |
| INPUT_STREAMS |
Represents input-only streams. That is, streams with no upstream operator.
| |
| OPERATOR |
Represents a StreamBase Operator.
| |
| OUTPUT_STREAMS |
Represents output-only streams. That is, streams with no downstream operator.
| |
| SCHEMA |
Represents a StreamBase Schema.
| |
| STREAM |
Represents a StreamBase Stream.
| |
| WINDOW_SPEC |
Represents a StreamBase Window.
|