This is an automated email from the ASF dual-hosted git repository. jeremyross pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new d7d527f49c5 camel-salesforce: Doc fix. d7d527f49c5 is described below commit d7d527f49c5afc7e1336f76e543c130da485c9e8 Author: Jeremy Ross <jeremy.g.r...@gmail.com> AuthorDate: Mon Dec 19 16:21:29 2022 -0600 camel-salesforce: Doc fix. --- .../src/main/docs/salesforce-component.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc index 6e57d7878e5..b6576d87d3a 100644 --- a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc +++ b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc @@ -1262,8 +1262,9 @@ Get bulk query job results. `jobId` parameter is required. Accepts | Parameter | Type | Description| Default| Required | `jobId` | `String` | Id of Job to get results for | | x -| `maxRecords` | `Integer` | Id of Job to get results for | | -| `locator` | `locator` | Value to use for subsequent calls | | +| `maxRecords` | `Integer` | The maximum number of records to retrieve per set of results for the query. The request is still subject to the size limits. If you are working with a very large number of query results, you may experience a timeout before receiving all the data from Salesforce. To prevent a timeout, specify the maximum number of records your client is expecting to receive in the maxRecords parameter. This splits the results into smaller sets with this value as the maximum size. | | +| `locator` | `locator` | A string that identifies a specific set of query results. Providing a value for this parameter returns only that set of results. +Omitting this parameter returns the first set of results. | | |=== *Output*