Data Storage

Loadable Module

API

Name Description
Read Table Value[Obsolete] Read the value corresponding to a key in a table in the database
Write Table Value[Obsolete] Write the value corresponding to a key in a table in the database
Remove From Database[Obsolete] Delete the value corresponding to a key in a table in the database
Read Leaderboard Value[Obsolete] Read the value corresponding to a key in a ranking table in the database
Write Leaderboard Value[Obsolete] Write the value corresponding to a key in a ranking table in the database
Remove From Leadboard Database By Key[Obsolete] Delete the value corresponding to a key in a ranking table in the database
Remove From Leadboard Database By Rank[Obsolete] Delete the value corresponding to a certain rank in a ranking table in the database
Read By Rank Range[Obsolete] Read the values from a certain ranking to a certain ranking in a ranking table in the database
Read accumulated database[Obsolete] Read the value corresponding to a key in a table in the cumulative database
Write accumulated database offset[Obsolete] Write the offset value corresponding to a key in a table in the cumulative database
Read From Data Store Read the value corresponding to the specified identifier in the data table
Batch Read Database Sheet Value Batch read multiple data entries from a specified database sheet, where the entries of the unique player ID list correspond one-to-one with those of the key list.
Read From Leadboard Data Store Read the value corresponding to the specified identifier in the ranking data table
Read From Leadboard Data Store By Rank Read the value of the specified ranking interval in the ranking data table
Read From Accumulated Data Store Read the value corresponding to the specified identifier in the cumulative data table
Write To Data Store Write the value corresponding to the specified identifier in the data table
Write To Leadboard Data Store Write the value corresponding to the specified identifier in the ranking data table
Write To Accumulated Data Store Write the offset value corresponding to the specified identifier in the cumulative data table
Remove From Data Store Delete the value corresponding to the specified identifier in the data table
Remove From Leadboard Data Store By Key Delete the value corresponding to the specified identifier in the ranking data table
Remove From Leadboard Data Store By Rank Delete the value corresponding to the specified rank in the ranking data table