Class Iterator<T>

Type Parameters

  • T

Constructors

Properties

Methods

Constructors

Properties

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

Type declaration

Methods