Hoping to get some clarification on what Google describes as the quotas for Google Apps Script Properties. The quotas and limits are found here:
https://developers.google.com/apps-script/guides/services/quotas
The page lists 50,000 writes to Properties per day. I believe that is for each user. Is that for all of that user's Add-ons? So, in theory, my Add-on would be sharing the user's Property write quota with all of their other Add-ons?
The other question I had was with Properties total storage. The page lists a limit of 500 kb/property store. What's considered a Property Store? Does that mean each Add-on has a single Property Store and can only hold 500kB of Properties of any kind? Or, does it mean that each Add-on has a Property Store for User Properties, another for Document Properties, and another for Script Properties - each with the 500kB limit?
Or, is there another definition of a Property store in this case?