Managing Master Data with webMethods OneData 10.5 | Managing Master Data with webMethods OneData | Developing for webMethods OneData | REST Web Services | REST URL Parameters | lowVolumeLoad
 
lowVolumeLoad
Indicates if the volume of data in the incoming payload can be processed in a single batch size of 100 or fewer records.
Valid values:
*true. Indicates that the incoming payload is a single batch size of 100 or fewer records for which OneData optimizes the performance of the import process.
*false. Default value. Indicates that the records are processed in batches specified by the batchSize parameter.
Format of the REST call:
http://[hostname]:[port]/[contextRoot]/rest/[repositoryId]/[projectName]/[type]/[objectName]
?lowVolumeLoad=true
You can also use lowVolumeLoad with the parameter batchSize as follows:
http://[hostname]:[port]/[contextRoot]/rest/[repositoryId]/[projectName]/[type]/[objectName]
?lowVolumeLoad=true&batchSize=50

Copyright © 2011-2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.