StatisticsOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The StatisticsOptions type contains various statistics output related options.
public class StatisticsOptions
type StatisticsOptions = class
Public Class StatisticsOptions
- Inheritance
-
StatisticsOptions
Constructors
StatisticsOptions() |
Fields
DEFAULT_COLLECTION_LEVEL | |
DEFAULT_LOG_WRITE_PERIOD | |
DEFAULT_PERF_COUNTERS_WRITE_PERIOD |
Properties
CollectionLevel |
The CollectionLevel property specifies the verbosity level of statistics to collect. The default is Info. |
LogWriteInterval |
The LogWriteInterval property specifies the frequency of updating the statistics in the log file. The default is 5 minutes. |
PerfCountersWriteInterval |
The PerfCounterWriteInterval property specifies the frequency of updating the windows performance counters. The default is 30 seconds. |