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(INatsJSContext)
Create a new object store context.
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.