Batch Read Database Sheet Value

Data Storage
सर्वर साइड
केवल क्राफ्टलैंड स्टूडियो पीसी पर उपलब्ध है

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.

डिक्लेरेशन

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

पैरामीटर्स

इनपुट

नाम टाइप विवरण
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

आउट

नाम टाइप विवरण
Result ListT_Object The result of the read
Status Codes ListT_ErrorCode The list of status codes