SDK
SDK C# v2.x
2

SubscribeOptions #

This class represents the options usable with the Realtime.subscribe method.

Namespace #

You must include the following namespace:

using KuzzleSdk.API.Options;

Properties #

PropertyType
(default)
Descriptionwritable
Scope
string

(all)
Subscribes to document entering or leaving the scope
Possible values: all, in, out, none
yes
Users
string

(none)
Subscribes to users entering or leaving the room
Possible values: all, in, out, none
yes
SubscribeToSelf
bool

(true)
Subscribes to notifications fired by our own queriesyes
Volatile
JObject

(null)
JObject representing subscription information, used in user join/leave notificationsyes