NATS C Client with JetStream and Streaming support
3.11.0
The nats.io C Client, Supported by Synadia Communications Inc.
|
#include <nats.h>
Public Attributes | |
bool | IgnoreDeletes |
The watcher won't return information about deleted objects. | |
bool | UpdatesOnly |
The watcher won't return information about existing objects. | |
The Object Store watcher options.
Initialize the object with objStoreWatchOptions_Init
bool objStoreWatchOptions::IgnoreDeletes |
If this is set to true, objStoreWatcher_Next will not return information about deleted objects.
bool objStoreWatchOptions::UpdatesOnly |
If this is set to true, objStoreWatcher_Next will not return information about objects that have already been added to the object store.