CosmosDiagnostics.GetQueryMetrics Method
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.
This represents the backend query metrics for the request.
public virtual Microsoft.Azure.Cosmos.ServerSideCumulativeMetrics GetQueryMetrics ();
abstract member GetQueryMetrics : unit -> Microsoft.Azure.Cosmos.ServerSideCumulativeMetrics
override this.GetQueryMetrics : unit -> Microsoft.Azure.Cosmos.ServerSideCumulativeMetrics
Public Overridable Function GetQueryMetrics () As ServerSideCumulativeMetrics
Returns
The accumulated backend metrics for the request.
Remarks
This is only applicable for query operations. For all other operations this will return null.