fileLockConfiguration Data Type
File Locking configuration.
- Schema
- ns0.xsd
- Available Since
- 2.0.0
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
lockingTimeout | int | element | 1/1 | Get maximum time to wait to get the file lock (0 infinite). | |
skipLocking | boolean | element | 1/1 | Get skipping the locking mechanism. |
Example
<fileLockConfiguration> <lockingTimeout>...</lockingTimeout> <skipLocking>...</skipLocking> </fileLockConfiguration>