API Reference
Class
UsageSummaryOptions
Configures provider-neutral usage summary generation.
Inheritance
- Object
- UsageSummaryOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method UsageSummaryBuilder.Build
Constructors
public UsageSummaryOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public UsageSummaryMetric Metric { get; set; } #Gets or sets the metric used for calculations.
public IReadOnlyList<Int32> RollingWindowDays { get; set; } #Gets or sets the rolling window sizes, in days, used for burn-rate style summaries.
public Int32 BreakdownLimit { get; set; } #Gets or sets the maximum number of entries retained per breakdown.