Class UserProperties

  • UserProperties is deprecated and should not be used in new scripts.

  • User Properties are key-value pairs unique to a user, accessible only by scripts running under that user's identity.

  • All methods within UserProperties are deprecated, including those for setting, getting, and deleting properties.

  • Despite being deprecated, UserProperties provides functionalities like getProperties() which returns a copy of the properties, and deleteAllProperties() to remove all properties.

  • Developers should avoid using UserProperties and explore alternative solutions for managing user-specific data in new scripts.

UserProperties

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

User Properties are key-value pairs unique to a user. User Properties are scoped per user; any script running under the identity of a user can access User Properties for that user only.

Deprecated methods