This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.20.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 56cae1960d669a5f4a1b3b51a38ae155ce9f46e1 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*