Datastore
Classes
| Name | Type | Summary |
|---|---|---|
| NsdkDatastore | IDatastore | - |
Interfaces
| Name | Type | Summary |
|---|---|---|
| IDatastore | IDisposable | Server-backed data storage that is associated with sessions or rooms. Peers can set, update, and delete Key/Value pairs, and have the server notify all other peers in the session when updates occur. |
Structs
| Name | Type | Summary |
|---|---|---|
| DatastoreCallbackArgs | ValueType | Data passed in the Datastore callback |
Enums
| Name | Type | Summary |
|---|---|---|
| DatastoreOperationType | byte | Enum representing type of Datastore operation |
| Result | byte | Result of the Datastore operation |