Batch Read Database Sheet Value

Data Storage
Server Side
Only PC

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.

Declaration

async func BatchReadDBSheetValue(sheetName string, accountIds List<UUID>, keys List<string>, out var result List<object>, mapCode string, out var statusCodes List<StatusCode>)
go

Parameters

Input

Name Type Description
SheetName String The name of a table in a database.
Account IDs ListT_UUID The list of unique player IDs, which reads the data corresponding to the keys at the same index in the key list.
Keys ListT_String The list of keys, which reads the data corresponding to the unique player IDs at the same index in the ID list.
Map Code String The map code that corresponds to a data in the database

Out

Name Type Description
Result ListT_Object The result of the read
Status Codes ListT_ErrorCode The list of status codes