Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited note contents to address the reviewer's comment

...

Excerpt


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. 


Note

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



Code Block
languagexml
themeEmacs
<RequestStatisticDataType>File</RequestStatisticDataType>


...