Enumerates certain capabilities that may be supported by a server.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.6.6.1 (10.6.6.1)
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.
|
ALERT_WITH_GUID | 7 |
Server supports setting the QueryConfig's query string on AlertRules.
|
AGGREGATE_MARK_GENERATION | 8 |
Server supports sending the aggregate mark generation Events
|
BLOCKING_DELETE_QUERY | 9 | |
ALERT_WITH_QUIESCENCE | 10 | |
FULL_SCHEMAS | 11 | |
DATA_ON_REMOVE_MESSAGE | 12 | |
PLUGGABLE_TABLE_PROVIDERS | 13 | |
EXTERNAL_LIVE_VIEW_HOSTING | 14 | |
ALERT_WITH_CLUSTER_GROUP | 15 |