Class ScriptProperties

  • ScriptProperties is deprecated and should not be used in new scripts, serving as a persistent key-value store scoped per script.

  • It provides methods for setting, getting, and deleting properties, but these are all deprecated.

  • Despite offering functionalities like bulk operations and property retrieval, developers should refrain from using them in new projects.

  • The class is primarily for legacy scripts and should be replaced with more modern alternatives for data persistence.

ScriptProperties

Deprecated. This class is deprecated and should not be used in new scripts.

Script Properties are key-value pairs stored by a script in a persistent store. Script Properties are scoped per script, regardless of which user runs the script.

Deprecated methods