Enumerates certain capabilities that may be supported by a server.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.1.3746 (2.2.1.3746)
Syntax
C# | Visual Basic | Visual C++ |
public enum ServerCapability
Public Enumeration ServerCapability
public enum class ServerCapability
Members
Member | Value | Description |
---|---|---|
REFERENCES_TABLES_DIRECTLY | 0 |
Server supports referencing tables by name.
|
CLIENT_VERSION_AWARE | 1 |
Server supports client-version-specific responses.
|
ACCEPTS_SEPARATELY_TRANSMITTED_EXTENDED_KEYS | 2 |
Server supports delete operations on complex-key tables.
|
PUBLISH_V2 | 3 |
Server supports extended publishing info.
|
PUBLISH_SUPPORTS_BYTE_ORDER | 4 |
Server supports both big- and -little-endian encoding when publishing tuples.
|
ALERT_RULES | 5 |
Server supports alerts.
|
ALERT_WITH_QUERY_STRING | 6 |
Server supports setting the QueryConfig's query string on AlertRules.
|