Class NatsObjWatchOpts
- Namespace
- NATS.Client.ObjectStore
- Assembly
- NATS.Client.ObjectStore.dll
public record NatsObjWatchOpts : IEquatable<NatsObjWatchOpts>
- Inheritance
-
NatsObjWatchOpts
- Implements
- Inherited Members
Properties
- InitialSetOnly
Only return the initial set of objects and don't watch for further updates.
- OnNoData
Async function called when the enumerator reaches the end of data. Return True to break the async enumeration, False to allow the enumeration to continue.