QueryMetrics Class

Definition

Query metrics in the Azure DocumentDB database service.

public sealed class QueryMetrics
Inheritance
QueryMetrics

Properties

IndexHitRatio

Gets the index hit ratio by query in the Azure DocumentDB database service.

OutputDocumentCount

Gets the number of documents returned by query in the Azure DocumentDB database service.

QueryEngineTimes

Gets the QueryEngineTimes instance in the Azure DocumentDB database service.

QueryPreparationTimes

Gets the QueryPreparationTimes instance in the Azure DocumentDB database service.

Retries

Gets number of reties in the Azure DocumentDB database service.

RetrievedDocumentCount

Gets the number of documents retrieved during query in the Azure DocumentDB database service.

RetrievedDocumentSize

Gets the size of documents retrieved in bytes during query in the Azure DocumentDB database service.

TotalTime

Gets the total query time in the Azure DocumentDB database service.

Methods

ToString()

Gets the stringified QueryMetrics instance in the Azure DocumentDB database service.

Operators

Addition(QueryMetrics, QueryMetrics)

Add two specified QueryMetrics instances

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)