How to Configure Your Documentum Connector Using Web.config
This topic is about version 3 of the connector.
The following additional parameters are available for tuning:
- PagingFix:
- The number of additional items retrieved on Full Crawl Enumeration when clean time break not achieved.
- Default:1000
- RestEndpoint:
- The rest endpoint of the Documentum REST API.
- Default: dctm-rest
- PagingSize:
- The number of items requested per page when calling the REST API.
- Default: 1000
- CacheExpiration:
- Expiration in minutes for an item in cache to be removed since last access.
- Default: 10
- RequestTimeoutInSeconds:
- REST API call timeout.
- Default: 120
- DirectDownloadEnabled:
- If enabled, the document download link is built based on document original self link;
- Example: (http://documentum164.contoso.local:8080/dctm-restbasic/repositories/dev/objects/090030398000f95b/content-media).
- This is a performance optimization as it does not require an additional call to retrieve the document's download links.
- Default: False
- IgnoreFileSizeRestrictions:
- If enabled, the document binary content (file blob) is retrieved automatically, asynchronous and it ignores the file size limit configured in the Content settings. This is a performance optimization as it does not wait for file size metadata to be retrieved first.
- Default: False
- DownloadRelation: Download Relationship Linked from Primary-Content relationship
- DownloadRelationType: Speficies which relation link type to use from the specified Primary-Content determined by the DownloadRelation setting (above). Possible values: ACS, LOCAL
- Default: ACS