ParaOrderedDataStore.RemoveData

Declaration

ok, value, info = RemoveData(string key)

Parameters

Parameter NameTypeDescription
keystringKey of the data to be deleted.

Return Values

Response NameResponse TypeDescription
okintIf the value is 0, the operation is successful. The subsequent fields are the deleted data and detailed information.
valuenumberIf the operation is successful, the deleted data is returned. Otherwise, an error message is returned.
infoParaOrderedDataInfoIf the operation is successful, the detailed information (such as version and metadata) is returned.

Description

Deletes the data corresponding to a specified key.