Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MetaStore

Hierarchy

Index

Methods

Abstract delete

Abstract get

Abstract list

  • list(partitionKey: string): AsyncIterableIterator<[string, any]>

Abstract put

  • put(key: MetaStoreKey, value: any, options?: undefined | object): Promise<void>

Abstract setup

  • setup(): Promise<void>

Abstract teardown

  • teardown(): Promise<void>

Generated using TypeDoc