Interface Views

The interface for creating instances of different JetStream materialized views.

Hierarchy

  • Views

Properties

Properties

kv: ((name: string, opts?: Partial<KvOptions>) => Promise<KV>)

Type declaration

    • (name: string, opts?: Partial<KvOptions>): Promise<KV>
    • Gets or creates a JetStream KV store

      Parameters

      • name: string

        name for the KV

      • Optional opts: Partial<KvOptions>

        optional options to configure the KV and stream backing

      Returns Promise<KV>

os: ((name: string, opts?: Partial<ObjectStoreOptions>) => Promise<ObjectStore>)

Type declaration

Generated using TypeDoc