After you insert documents into StoreAll, the connector queries StoreAll to determine the identifiers of the new documents so that they can be reported in the response to the insert fetch action. This query can take several minutes. If the identifiers of the new documents are not required, you can skip the query by setting this parameter to false
.
This parameter only affects the response of the insert fetch action.
Type: | Boolean |
Default: | True |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | InsertUpdateIdentifier=False
|
See Also: |
|