Batch Read Database Sheet Value

Data Storage
Lado del servidor
Solo en 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.

Declaración

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

Parámetros

Entrada

Nombre Tipo Descripción
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

Afuera

Nombre Tipo Descripción
Result ListT_Object The result of the read
Status Codes ListT_ErrorCode The list of status codes