|
|
|
Copyright © 2003-2009 ZeroC, Inc. |
C.20 IcePatch2 Properties
IcePatch2.name
Synopsis
Description
IcePatch2 uses the adapter name IcePatch2 for the server. Therefore, all the adapter properties detailed in Section C.4 can be used to configure this adapter.Note that the property IcePatch2.Endpoints must be set for IcePatch2 clients, so they can locate the IcePatch2 server.IcePatch2.ChunkSize
Synopsis
IcePatch2.ChunkSize=kilobytesDescription
The IcePatch2 client uses this property to determine how many kilobytes are retrieved with each call to getFileCompressed.The default value is 100.IcePatch2.Directory
Synopsis
Description
The IcePatch2 server uses this property to determine the data directory if no data directory is specified on the command line.IcePatch2.InstanceName
Synopsis
Description
Specifies the identity category for well-known IcePatch2 objects. If defined, the identity of the IcePatch2::Admin interface becomes name/admin and the identity of the IcePatch2::FileServer interface becomes name/server.If not defined, the default value is IcePatch2.IcePatch2.Remove
Synopsis
Description
This property determines whether IcePatch2 clients delete files that exist locally, but not on the server. A negative or zero value prevents removal of files. A value of 1 enables removal and causes the client to halt with an error if removal of a file fails. A value of 2 or greater also enables removal, but causes the client to silently ignore errors during removal.IcePatch2.Thorough
Synopsis
Description
This property determines whether IcePatch2 clients recompute checksums. Any value greater than zero is interpreted as true. The default value is 0 (false).
|
|