SDK
SDK C# v1.x
1

You are currently looking at the documentation of a previous version of Kuzzle. We strongly recommend that you use the latest version. You can also use the version selector in the top menu.

OfflineManager class properties #

MaxQueueSize #

The maximum amount of elements that the offline queue can contain.

Definition #

Copied to clipboard!
public int MaxQueueSize { get; set; }

MaxRequestDelay #

The maximum delay between two replayed requests.

Definition #

Copied to clipboard!
public int MaxRequestDelay { get; set; }

QueueFilter #

The custom queue filter applied when a queue is being replayed.

Definition #

Copied to clipboard!
public Func<JObject, bool> QueueFilter { get; set; }

RefreshedTokenDuration #

The minimum duration of a token after being refreshed.

Definition #

Copied to clipboard!
public int RefreshedTokenDuration { get; set; }