Master Data Management 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-2017 Software AG, Darmstadt, Germany. (Innovation Release)

Product LogoContact Support   |   Community   |   Feedback