Persistent Variable Functions and Procedures

Persistent variables are a method of setting variables that persist for a specified time and are synchronized across all of the policy servers in the enterprise. Procedures are provided to list, get, set and delete persistent variables.

Function/Procedure

Description

listpersistenvars()

Returns a list of the current persistent variables.

Version 9.4.4 and earlier: function not available.

Version 9.4.5 and later: function available.

setpersistentvar()

Sets a persistent variable in the database.

Version 9.4.4 and earlier: function not available.

Version 9.4.5 and later: function available.

getpersistentvarint()

Returns an integer value persistent variable.

Version 9.4.4 and earlier: function not available.

Version 9.4.5 and later: function available.

getpersistentvarstring()

Returns a string value persistent variable.

Version 9.4.4 and earlier: function not available.

Version 9.4.5 and later: function available.

getpersistentvarlist()

Returns a List value persistent variable.

Version 9.4.4 and earlier: function not available.

Version 9.4.5 and later: function available.

delpersistentvar()

Delete a persistent variable from the database.

Version 9.4.4 and earlier: function not available.

Version 9.4.5 and later: function available.