The Wiki says that in a DataStore the amount of data is limited to 260000 characters. So I just want to be certain that I understand exactly which data is limited to this length. (I think it is #1 in the list below).
Using the structure below as an example, and looking just at the player_1234 scope in that example.
Does the limit apply to:
-
The amount of data in a single record? For example, the record with the key Food, can only have a value that is less than 260000 characters.
-
Or, the amount of data in a single DataStore? For example, the entire DataStore named Resources can only have 260000 characters.
-
Or, the amount of data in the entire Scope? For example, the entire scope named player_1234 can only have 260000 characters.