Enumerates certain capabilities that may be supported by a server.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum ServerCapability
Public Enumeration ServerCapability
public enum class ServerCapability

Members

MemberValueDescription
REFERENCES_TABLES_DIRECTLY0
Server supports referencing tables by name.
CLIENT_VERSION_AWARE1
Server supports client-version-specific responses.
ACCEPTS_SEPARATELY_TRANSMITTED_EXTENDED_KEYS2
Server supports delete operations on complex-key tables.
PUBLISH_V23
Server supports extended publishing info.
PUBLISH_SUPPORTS_BYTE_ORDER4
Server supports both big- and -little-endian encoding when publishing tuples.
ALERT_RULES5
Server supports alerts.
ALERT_WITH_QUERY_STRING6
Server supports setting the QueryConfig's query string on AlertRules.
AGGREGATE_MARK_GENERATION7
Server supports sending the aggregate mark generation Events
BLOCKING_DELETE_QUERY8
ALERT_WITH_QUIESCENCE9
FULL_SCHEMAS10
DATA_ON_REMOVE_MESSAGE11
PLUGGABLE_TABLE_PROVIDERS12
EXTERNAL_LIVE_VIEW_HOSTING13

See Also