QueryEngineTimes Class
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.
Query engine time in the Azure Cosmos DB service.
public sealed class QueryEngineTimes
type QueryEngineTimes = class
Public NotInheritable Class QueryEngineTimes
- Inheritance
-
System.ObjectQueryEngineTimes
Properties
DocumentLoadTime |
Gets the document loading time during query in the Azure Cosmos DB service. |
IndexLookupTime |
Gets the query index lookup time in the Azure Cosmos DB service. |
RuntimeExecutionTimes |
Gets the query runtime execution times during query in the Azure Cosmos DB service. |
WriteOutputTime |
Gets the output writing/serializing time during query in the Azure Cosmos DB service. |