Provides an async interface to a feature store.

This allows for using a store using async/await instead of callbacks.

Hierarchy

  • AsyncStoreFacade

Constructors

Properties

Methods

Constructors

Properties

store: any

Methods

  • Returns void

  • Parameters

    • kind: DataKind
    • key: string
    • version: number

    Returns Promise<void>

  • Parameters

    Returns Promise<void>

  • Returns Promise<boolean>

  • Parameters

    Returns Promise<void>

Generated using TypeDoc