tibasActionResult_SetTuple()

Stores a tuple retrieved from persisted storage into an action result object.

Declaration

tibas_status tibasActionResult_SetTuple
     (tibasActionResult result,
      tibasTuple tuple)

Parameters

Parameter Description
result The ActionResult object on which the operation is performed.
tuple The tuple to copy into the ActionResult.

Remarks

If you are implementing shared all persistence, use the tibasActionResult_SetTuple() function to store a tuple that has been retrieved from persistent storage into an action result object.

This function is used in an application’s onRead function, which is called when the a space is in the READY state.