Table of Contents

Class NatsObjContext

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

Object Store context.

public class NatsObjContext : INatsObjContext
Inheritance
NatsObjContext
Implements
Inherited Members

Constructors

NatsObjContext(NatsJSContext)

Create a new object store context.

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.