Skip to main content
Version: Next

KeyValueStoreIteratorOptions

Index

Properties

optionalcollection

collection?: string

Collection name to use for listing keys.

optionalexclusiveStartKey

exclusiveStartKey?: string

All keys up to this one (including) are skipped from the result.

optionalprefix

prefix?: string

If set, only keys that start with this prefix are returned.

Page Options