Skip to content

Commit

Permalink
Update Microsoft.Azure.Cosmos/src/Query/Core/Metrics/QueryMetrics.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com>
  • Loading branch information
sourabh1007 and ealsur committed Nov 15, 2021
1 parent a8ddeff commit cfe3593
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public QueryMetrics(
IndexUtilizationInfo indexUtilizationInfo,
ClientSideMetrics clientSideMetrics)
{
this.BackendMetrics = backendMetrics ?? throw new ArgumentNullException(nameof(indexUtilizationInfo));
this.BackendMetrics = backendMetrics ?? throw new ArgumentNullException(nameof(backendMetrics));
this.IndexUtilizationInfo = indexUtilizationInfo ?? throw new ArgumentNullException(nameof(indexUtilizationInfo));
this.ClientSideMetrics = clientSideMetrics ?? throw new ArgumentNullException(nameof(clientSideMetrics));
}
Expand Down

0 comments on commit cfe3593

Please sign in to comment.