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 database.

<RequestStatisticDataType>File</RequestStatisticDataType>

  • No labels