Kuzzle #
The Kuzzle class is the main class of the SDK. Once instantiated, it represents a connection to your Kuzzle server.
It gives access to the different features of the SDKs:
- access to the available controllers
- SDK events handling
- resilience to connection loss
- network request queue management
Namespace #
You must include the following namespace:
using KuzzleSdk;
Properties #
Property | Type (default) | Description | writable |
---|---|---|---|
AuthenticationToken | string ( null ) | Authentication token used for API requests | yes |
AutoRecover | bool ( false ) | Queue requests when network is down and automatically replay them when the SDK successfully reconnects | yes |
EventHandler | EventHandler | KuzzleEventHandler instance used for event management | no |
| InstanceId
|
string| SDK instance unique identifier (send in the
Volatile
data) | no | | MaxQueueSize
| int
Edit this page on Github(opens new window)