你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AggregationType Struct

Definition

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.

Applies to