TsgcWSPServer_Dataset › Properties
Published properties grouped by purpose, followed by the full alphabetical list.
| Name | Description |
|---|---|
| Server | WebSocket server component used as transport for the Dataset subprotocol. |
| Broker | Optional broker component that relays subprotocol messages between servers. |
| Guid | Unique identifier used to route messages to a specific server-side protocol instance. |
| Name | Description |
|---|---|
| DataSet | TDataSet instance whose rows the server publishes to connected clients. |
| AutoSynchronize | Send metadata and a full dataset snapshot automatically as soon as a client connects. |
| NotifyUpdates | Broadcast inserts and updates to connected clients whenever the server dataset posts a record. |
| ApplyUpdates | Apply client-originated insert, update and delete messages to the server dataset. |
| UpdateMode | Strategy used to match an incoming update against a row in the server dataset. |
| FormatSettings | Date, time and numeric format settings used when serialising field values. |
| Name | Description |
|---|---|
| AutoEscapeText | Escape special JSON characters in text fields before they are placed in the envelope. |
| EncodeBase64 | Encode string and blob field values as Base64 to protect non-ASCII or binary payloads. |
| Name | Description |
|---|---|
| RPCAuthentication | Optional allow-list of RPC methods and matching users required to execute them. |
| Name | Description |
|---|---|
| Version | Read-only subprotocol version string. |
| Name | Description |
|---|---|
| ApplyUpdates | Apply client-originated insert, update and delete messages to the server dataset. |
| AutoEscapeText | Escape special JSON characters in text fields before they are placed in the envelope. |
| AutoSynchronize | Send metadata and a full dataset snapshot automatically as soon as a client connects. |
| Broker | Optional broker component that relays subprotocol messages between servers. |
| DataSet | TDataSet instance whose rows the server publishes to connected clients. |
| EncodeBase64 | Encode string and blob field values as Base64 to protect non-ASCII or binary payloads. |
| FormatSettings | Date, time and numeric format settings used when serialising field values. |
| Guid | Unique identifier used to route messages to a specific server-side protocol instance. |
| NotifyUpdates | Broadcast inserts and updates to connected clients whenever the server dataset posts a record. |
| RPCAuthentication | Optional allow-list of RPC methods and matching users required to execute them. |
| Server | WebSocket server component used as transport for the Dataset subprotocol. |
| UpdateMode | Strategy used to match an incoming update against a row in the server dataset. |
| Version | Read-only subprotocol version string. |