Rate this page:

KeyValueStorageInterface

Props

delKeyValueItem

Copy URL
var delKeyValueItem: 

Deletes the specified key-value pair from the storage.

getKeyValueItem

Copy URL
var getKeyValueItem: 

Gets the specified key-value pair from the storage.

getKeyValueItems

Copy URL
var getKeyValueItems: 

Gets all the key-value pairs in which the keys begin with a pattern.

getKeyValueKeys

Copy URL
var getKeyValueKeys: 

Gets all the keys of key-value pairs.

setKeyValueItem

Copy URL
var setKeyValueItem: 

Creates or updates a key-value pair. If an existing key is passed, the method returns the existing item and changes the value if needed. The keys should be unique within a Voximplant application.