ParaDataStore.GetData

Declaration

ok, value, info = GetData(string key)

Parameters

Parameter NameDescription
keyKey of the data to be obtained.

Return Values

Response NameTypeDescription
okintIf the value is 0, the operation is successful. The subsequent fields are the obtained value and detailed information.
valuenumber, boolean, string,
or table containing only these types
If the operation is successful, the obtained value is returned. Otherwise, an error message is returned.
infoParaDataInfoIf the operation is successful, the detailed information (such as version and metadata) is returned.

Description

Gets data.