Parameters for Data Carrier
Synchronization
The following parameters are available to configure data carrier synchronization:
Parameters in MobileEngine.config
Parameters |
Description |
MobileEngine.Sync.ViaFile.Enabled |
Activate or deactivate data packaging. The corresponding options are only visible to the user of the client if this option is activated. Possible values: false, true Default value: false |
MobileEngine.Sync.ViaFile.DefaultTargetSizes |
Size of the media used for synchronization. The specified values are converted and displayed in the client. Possible values: <Value in bytes>:Disc;<Value in bytes>:Memory_Stick;<Value in bytes>:<Medium> If you specify any other carriers, replace any spaces with _ (underscore). Do not use any special characters. To display the values in the client, the values are converted: ● The byte value is displayed as a rounded number, depending on the value in kilobytes, megabytes, or gigabytes. ● For Memory_Stick and Disc, the medium name is converted to the term in the corresponding language. Default value: 1457664: Disc For example: MobileEngine.Sync.ViaFile. |
MobileEngine.Sync.ViaFile.MinimumTargetSize |
Minimum medium size Possible values: positive integer starting with 256 Default value: 1,000,000 |
MobileEngine.Security.FilterStreams.Encryption |
Fully qualified class name of the class for encrypting when synchronizing using data carriers. |
MobileEngine.Security.FilterStreams.Decryption |
Fully qualified class name of the class for decryption for synchronization using data carriers. |
MobileEngine.Security.FilterStreams.Signing |
Fully qualified class name of the class for signing for synchronization using data carriers. |
MobileEngine.Security.FilterStreams.Unsigning |
Fully qualified class name of the class for designing for synchronization using data carriers. |
See also:
For more information on other parameters: Parameters in MobileEngine.config
For more information on different methods for the configuration: Configuration of Mobile Devices
For more information on data carrier synchronization: Defining Data Carrier Synchronization