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