Advanced Alerting APIs
Store Interface Reference

Provides a key value store to persist data between different executions of alert scripts. The store is accessible only to the alert policy that is running. More...

List of all members.

Public Member Functions

object get (string key)
void put (string key, object value)
void remove (string key)

Detailed Description

Provides a key value store to persist data between different executions of alert scripts. The store is accessible only to the alert policy that is running.

Author:
Matt Rodriguez

Member Function Documentation

object get ( string  key)

Get an object out of the store.

Parameters:
key
Returns:
void put ( string  key,
object  value 
)

Put a new object into the store.

Parameters:
keyA string
valueA javascript object
void remove ( string  key)

Remove an object from the store

Parameters:
keyA string which
 All Classes Functions