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

PassFailMetric.Aggregate Property

Definition

The aggregation function to be applied on the client metric. Allowed functions

  • ‘percentage’ - for error metric , ‘avg’, percentiles like ‘p50’, ‘p90’, & so on, ‘min’, ‘max’ - for response_time_ms and latency metric, ‘avg’ - for requests_per_sec, ‘count’ - for requests
public Azure.Developer.LoadTesting.PassFailAggregationFunction? Aggregate { get; set; }
member this.Aggregate : Nullable<Azure.Developer.LoadTesting.PassFailAggregationFunction> with get, set
Public Property Aggregate As Nullable(Of PassFailAggregationFunction)

Property Value

Applies to