Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The following appSettings entries can be defined in the .config file to override the default settings.

<!--Set the download block size. Default set to 16k bytes -->
<add key="bufferSize" value="16"/>

<!--Set the maximum retry value. If the maxRetry value is 0 the download operation will be tried only once. Default value is set to 3 -->
<add key="maxRetry" value="3"/>
<!-- Should the indexing for file names start at 0? Set to false for indexing that starts at 1. Default is to start at 0. -->
<add key ="zeroBasedIndexing" value="true"/>
  • No labels