createOrUpdate
Creates a new property or updates an existing one.
If a property with the same name already exists, it will be updated. Otherwise, a new property will be created.
Implementations should ensure this operation is atomic to prevent race conditions.
Example:
store.createOrUpdate(PropertyString("config-url", "https://api.example.com"))Content copied to clipboard
Parameters
property
Property to create or update