ApplicationStorage
Represents an application storage object to manipulate key-value pairs.
Represents an application storage object to manipulate key-value pairs. Add the following line to your scenario code to use the class:
Functions
get
Retrieves a value of the specified key.
Parameters
key
keys
Retrieves all the keys assigned to a Voximplant application.
Parameters
pattern
count
put
Creates a key-value pair. If an already existing key is passed, the method updates its value. The keys should be unique within a Voximplant application.
Parameters
key
value
ttl
remove
Removes the specified key. Note that the returned StorageKey always has zero ttl.
Parameters
key