tibasSpace_PutAll()
The batch version of the put operation. Stores all of the tuples in the provided list and returns a list of results.
Declaration
tibas_status tibasSpace_PutAll (tibasSpace space, tibasSpaceResultList* resultList, tibasTupleList tupleList)
Remarks
Use the tibasSpace_PutAll() function to put the tuples in a provided list in a specified space and return a list of results.
The resultList parameter returns a result lists that contains a list of the results of the put operations. You can use the tibasResult operations (see SpaceResult and InvokeResult) and the tibasResultList operations (see SpaceResultList and InvokeResultList) to process the resultList objects and the result objects.
Copyright © Cloud Software Group, Inc. All rights reserved.