Results

Namespace

Type

Hierarchy

  • IKVItemsOptions <-- You are here!

Index

Properties

Properties

Optional from

from: undefined | string

Returns keys after from. Meaning, if you had the keys ["a", "b", "c"] in the namespace, calling kv.items({from: "a"}) would return the items for the keys ["b", "c"].

Optional limit

limit: undefined | number

The number of keys to return in the list call.

Default and maximum is 100. Minimum is 1.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc