Class Iterator<T, V>

Type Parameters

  • T
  • V

Constructors

Properties

Methods

Constructors

Properties

cache: WeaviateObject<T, V>[] = []
last: undefined | string = undefined
query: ((limit, after?) => Promise<WeaviateObject<T, V>[]>)

Type declaration

Methods