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

#include <nats.h>

Public Attributes

bool IgnoreDeletes
 
bool IncludeHistory
 
bool MetaOnly
 
int64_t Timeout
 How long to wait (in milliseconds) for some operations to complete.
 
bool UpdatesOnly
 Only receive updates, no initial snapshot.
 

Detailed Description

KeyValue watcher options object.

Initialize the object with kvWatchOptions_Init

Member Data Documentation

◆ IgnoreDeletes

bool kvWatchOptions::IgnoreDeletes

◆ IncludeHistory

bool kvWatchOptions::IncludeHistory

◆ MetaOnly

bool kvWatchOptions::MetaOnly

◆ Timeout

int64_t kvWatchOptions::Timeout

◆ UpdatesOnly

bool kvWatchOptions::UpdatesOnly

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