DenoDeno.KvListIteratorclass Deno.KvListIteratorimplements AsyncIterableIterator<KvEntry<T>>unstableAn iterator over a range of data entries in a Deno.Kv. The cursor getter returns the cursor that can be used to resume the iteration from the current position in the future. Type Parameters ##TProperties #readonly#cursor: stringReturns the cursor of the current position in the iteration. This cursor can be used to resume the iteration from the current position in the future by passing it to the cursor option of the list method. Methods ##[Symbol.asyncIterator](): AsyncIterableIterator<KvEntry<T>>#next(): Promise<IteratorResult<KvEntry<T>, undefined>>
class Deno.KvListIteratorimplements AsyncIterableIterator<KvEntry<T>>unstableAn iterator over a range of data entries in a Deno.Kv. The cursor getter returns the cursor that can be used to resume the iteration from the current position in the future. Type Parameters ##TProperties #readonly#cursor: stringReturns the cursor of the current position in the iteration. This cursor can be used to resume the iteration from the current position in the future by passing it to the cursor option of the list method. Methods ##[Symbol.asyncIterator](): AsyncIterableIterator<KvEntry<T>>#next(): Promise<IteratorResult<KvEntry<T>, undefined>>