Property UpdatesOnly
- Namespace
- NATS.Client.KeyValueStore
- Assembly
- NATS.Client.KeyValueStore.dll
UpdatesOnly
Only retrieve updates, not current values
public bool UpdatesOnly { get; init; }
Property Value
Remarks
Setting this will cause the watcher to throw InvalidOperationException if the values for IncludeHistory and/or ResumeAtRevision are set.