API Reference
Class
UsageSummaryOptions
Configures provider-neutral usage summary generation.
Inheritance
- Object
- UsageSummaryOptions
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.