AggregationType Struct
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.
Aggregation type.
public readonly struct AggregationType : IEquatable<Azure.Developer.LoadTesting.AggregationType>
type AggregationType = struct
Public Structure AggregationType
Implements IEquatable(Of AggregationType)
- Inheritance
-
AggregationType
- Implements
Constructors
AggregationType(String) |
Initializes a new instance of AggregationType. |
Properties
Average |
Average value. |
Count |
Total count. |
None |
Aggregation will be average in this case. |
Percentile75 |
75th percentile. |
Percentile90 |
90th percentile. |
Percentile95 |
95th percentile. |
Percentile96 |
96th percentile. |
Percentile97 |
97th percentile. |
Percentile98 |
98th percentile. |
Percentile99 |
99th percentile. |
Percentile999 |
99.9th percentile. |
Percentile9999 |
99.99th percentile. |
Total |
Total sum. |
Methods
Equals(AggregationType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(AggregationType, AggregationType) |
Determines if two AggregationType values are the same. |
Implicit(String to AggregationType) |
Converts a String to a AggregationType. |
Inequality(AggregationType, AggregationType) |
Determines if two AggregationType values are not the same. |