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 database service. (dummy class that will be deprecated).
public sealed class QueryEngineTimes
type QueryEngineTimes = class
Public NotInheritable Class QueryEngineTimes
- Inheritance
-
QueryEngineTimes
Properties
DocumentLoadTime |
Gets the document loading time during query in the Azure Cosmos database service. |
IndexLookupTime |
Gets the query index lookup time in the Azure Cosmos database service. |
RuntimeExecutionTimes |
Gets the query runtime execution times during query in the Azure Cosmos database service. |
WriteOutputTime |
Gets the output writing/serializing time during query in the Azure Cosmos database service. |
Applies to
Azure SDK for .NET