Encapsulates the kinds of entities that StreamBase supports.
Namespace: StreamBase.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 10.3.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public class EntityType
Public Class EntityType
public ref class EntityType
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| CONTAINER |
Represents a StreamBase Container.
| |
| Equals(Object) |
Returns true if this EntityType is of the given type.
(Overrides Object..::..Equals(Object).) | |
| ForName(String) |
Retrieve an entity type for the given entity name, or null if the name doesn't correspond to a valid EntityType.
| |
| GetHashCode()()()() |
Hash function for this type.
(Overrides Object..::..GetHashCode()()()().) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| 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.
| |
| ToString()()()() |
Return a string representation of this entity type.
(Overrides Object..::..ToString()()()().) | |
| WINDOW_SPEC |
Represents a StreamBase Window.
|