SDK
SDK C# v2.x
2

Response #

This class represents a raw Kuzzle API response.

Namespace #

You must include the following namespace:

using KuzzleSdk.API;

Properties #

PropertyTypeDescriptionwritable
Action
string
Executed Kuzzle API controller's actionno
Controller
string
Executed Kuzzle API controllerno
Collection
string
Impacted data collectionno
Error
ErrorResponse
Error object (null if the request finished successfully)no
Index
string
Impacted data indexno
RequestId
string
Request unique identifierno
Result
JToken
Response payload (depends on the executed API action)no
Status
int
Response status, following HTTP status codesno
Volatile
JObject
Volatile datano

Properties specific to real-time notifications

PropertyTypeDescriptionwritable
Protocol
string
Network protocol at the origin of the real-time notificationno
Room
string
Room unique identifierno
Scope
string
Document scope ("in" or "out")no
State
string
Document stateno
Timestamp
long
Notification timestamp (UTC)no
Type
string
Notification typeno