HistogramConfiguration 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.
Specifies the configuration of a histogram - which statistics to collect and which buckets to use.
public class HistogramConfiguration
type HistogramConfiguration = class
Public Class HistogramConfiguration
- Inheritance
-
HistogramConfiguration
Constructors
| Name | Description |
|---|---|
| HistogramConfiguration(Double[], Boolean, Boolean) |
Initializes a new instance of the HistogramConfiguration class. Allows specifying explicit bucket boundaries and which statistics should be collected. |