async func BatchReadDBSheetValue(sheetName string, accountIds List<UUID>, keys List<string>, out var result List<object>, mapCode string, out var statusCodes List<StatusCode>)
go
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 |
Name |
Type |
Description |
Result |
ListT_Object |
The result of the read |
Status Codes |
ListT_ErrorCode |
The list of status codes |