Table of Contents

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

bucket string

Name of the bucket.

cancellationToken CancellationToken

A CancellationToken used to cancel the API call.

Returns

ValueTask<bool>

Whether delete was successful or not.