metrics | Array of previously collected AsyncReadManagerRequestMetrics. |
AsyncReadManagerSummaryMetrics Calculated summary of the given metrics.
Summarizes an array containing AsyncReadManagerRequestMetric records.
You can access the metrics collected for AsyncReadManager read operations by calling GetMetrics.
metrics | List of previously collected AsyncReadManagerRequestMetrics. |
metricsFilters | Filters to apply to the data used in calculating the summary. |
AsyncReadManagerSummaryMetrics Calculated summary of given metrics that match the filters.
Summarizes AsyncReadManagerRequestMetric records that match the specified filter.
The summary returned is calculated from any data in the specified metrics
list that matches the metricsFilters
.
See AsyncReadManagerMetricsFilters.ctor for information about filter creation.
You can access the metrics collected for AsyncReadManager read operations by calling GetMetrics.