Method DeleteObjectStore
- Namespace
- NATS.Client.ObjectStore
- Assembly
- NATS.Client.ObjectStore.dll
DeleteObjectStore(string, CancellationToken)
Delete an object store.
ValueTask<bool> DeleteObjectStore(string bucket, CancellationToken cancellationToken)
Parameters
bucket
stringName of the bucket.
cancellationToken
CancellationTokenA CancellationToken used to cancel the API call.