Class QueryEngineTimes
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
IndexLookupTime
Gets the query index lookup time in the Azure Cosmos database service.
public TimeSpan IndexLookupTime { get; }
Property Value
RuntimeExecutionTimes
Gets the query runtime execution times during query in the Azure Cosmos database service.
public RuntimeExecutionTimes RuntimeExecutionTimes { get; }
Property Value
WriteOutputTime
Gets the output writing/serializing time during query in the Azure Cosmos database service.
public TimeSpan WriteOutputTime { get; }