SurrealDB.Models assembly
SurrealDB.Models namespace
| public type | description |
|---|---|
| struct DatabaseAuth | |
| interface IAuth | |
| struct NamespaceAuth | |
| struct Patch | JSON Patch is a format for describing changes to a JSON document. It can be used to avoid sending a whole document when only a part has changed. When used in combination with the HTTP PATCH method, it allows partial updates for HTTP APIs in a standards compliant way. |
| struct RootAuth | |
| struct ScopeAuth | |
| struct Thing | Indicates a table or a specific record. |
| struct Token |
SurrealDB.Models.Result namespace
| public type | description |
|---|---|
| struct DriverResponse | The response from a query to the Surreal database via REST. |
| struct ErrorResult | The result of a failed query to the Surreal database. |
| struct OkOrErrorResult | |
| struct OkResult | |
| struct RawResult | |
| static class ResponseExtensions | |
| class ResultContentException | |
| struct ResultValue | The value of a successful query to the Surreal database. |
| struct TransportErrorResult |