CosmosDiagnostics Class

Definition

Contains the cosmos diagnostic information for the current request to Azure Cosmos DB service.

public abstract class CosmosDiagnostics
type CosmosDiagnostics = class
Public MustInherit Class CosmosDiagnostics
Inheritance
CosmosDiagnostics

Constructors

CosmosDiagnostics()

Methods

GetClientElapsedTime()

This represent the end to end elapsed time of the request. If the request is still in progress it will return the current elapsed time since the start of the request.

GetContactedRegions()

Gets the list of all regions that were contacted for a request

GetFailedRequestCount()

This represents the count of failed requests.

GetQueryMetrics()

This represents the backend query metrics for the request.

GetStartTimeUtc()

This represents the start time of the request.

ToString()

Gets the string field CosmosDiagnostics instance in the Azure Cosmos DB database service.

Applies to