Table of Contents

Class QueryEngineTimes

Namespace
Microsoft.Azure.Documents
Assembly
Microsoft.Azure.Documents.Client.dll

Query engine time in the Azure Cosmos database service. (dummy class that will be deprecated).

public sealed class QueryEngineTimes
Inheritance
QueryEngineTimes
Inherited Members
Extension Methods

Properties

DocumentLoadTime

Gets the document loading time during query in the Azure Cosmos database service.

public TimeSpan DocumentLoadTime { get; }

Property Value

TimeSpan

IndexLookupTime

Gets the query index lookup time in the Azure Cosmos database service.

public TimeSpan IndexLookupTime { get; }

Property Value

TimeSpan

RuntimeExecutionTimes

Gets the query runtime execution times during query in the Azure Cosmos database service.

public RuntimeExecutionTimes RuntimeExecutionTimes { get; }

Property Value

RuntimeExecutionTimes

WriteOutputTime

Gets the output writing/serializing time during query in the Azure Cosmos database service.

public TimeSpan WriteOutputTime { get; }

Property Value

TimeSpan