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

Compare with Current View Page History

« Previous Version 4 Current »

Description:
RequestStatisticDataType determines what kind of storage will be used to store request statistics data.
Parameter type:String
Default value:File
Possible values:
  • File - for saving the statistical information to a file. When choosing this option, you need to specify the  path to a file using the RequestStatisticFilePath parameter.
  • Database - for saving the statistical information to a database. When choosing this option, you need to perform database setup and its configuration. 

Contact [email protected] for more details on setting the RequestStatisticDataType parameter.

<RequestStatisticDataType>File</RequestStatisticDataType>

  • No labels