Table of Contents

Interface INatsObjContext

Namespace
NATS.Client.ObjectStore
Assembly
NATS.Client.ObjectStore.dll

NATS Object Store context.

public interface INatsObjContext

Properties

JetStreamContext

Provides access to the JetStream context associated with the Object Store operations.

Methods

CreateObjectStoreAsync(NatsObjConfig, CancellationToken)

Create a new object store.

CreateObjectStoreAsync(string, CancellationToken)

Create a new object store.

DeleteObjectStore(string, CancellationToken)

Delete an object store.

GetObjectStoreAsync(string, CancellationToken)

Get an existing object store.