Configuration (Store) - ILM - ICASFS (6)
[ILM-COMMON SETTINGS]
In order to use ICASFS please set in [ILM-COMMON SETTINGS] section the parameter StorageType = 6.
[ILM-ICASFS]
Parameter | Value | Description |
---|---|---|
ContRepInPath | Repository ID in document filing structure on/off
| |
ReadOnly | true / false | If set to true, all write, update, and delete requests will be rejected |
ArchPath | Defines the path, where documents will be stored. Can be specified per ContentRepository by adding a trailing "_<ContentRepository>" Example: ArchPath_H8 = /opt/storage Multiple path configurations are possible by adding a "#<number>" between ArchPath and potential trailing repository specification. Example: ArchPath#1_T1 = /opt/storage ArchPath#2_T1 = /home/temp/storage_T1 | |
PurgePath | Temporary path (used isEnableRMECollection = true) | |
EnableMove | true / false | File move instead of Copy to ArchPath. TRUE increases performance if CS working directory and ArchPath are on the same hard disk |
EnableRMECollection | true / false | Allows removing entire collection in one request. |
MimeTypeFileExtensions | In some case it is needed to add a fileextention to file before archiving (e.x. for Oracle). The fileextention is related to the mimetype of the component and the KGSStore aus a map of default values (e.x. application/pdf = .pdf …). If these default map not fits to the requirement’s it is possible to overwrite these map, The following example shows override the default for mimetype video/x-fli to the fileextention .XYZ instead of .fli Example: MimeTypeFileExtensions = video/x-fli | |