PassFailMetric.Aggregate Property
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.
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)