NATS C Client with JetStream and Streaming support  3.11.0
The nats.io C Client, Supported by Synadia Communications Inc.
Loading...
Searching...
No Matches
objStoreWatchOptions Struct Reference

#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.
 

Detailed Description

The Object Store watcher options.

Initialize the object with objStoreWatchOptions_Init

Member Data Documentation

◆ IgnoreDeletes

bool objStoreWatchOptions::IgnoreDeletes

If this is set to true, objStoreWatcher_Next will not return information about deleted objects.

◆ UpdatesOnly

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.


The documentation for this struct was generated from the following file: