Class QueryPreparationTimes
Query preparation metrics in the Azure Cosmos database service.
public sealed class QueryPreparationTimes
- Inheritance
-
QueryPreparationTimes
- Inherited Members
- Extension Methods
Properties
CompileTime
Gets the query compile time in the Azure Cosmos database service.
public TimeSpan CompileTime { get; }
Property Value
LogicalPlanBuildTime
Gets the query logical plan build time in the Azure Cosmos database service.
public TimeSpan LogicalPlanBuildTime { get; }
Property Value
PhysicalPlanBuildTime
Gets the query physical plan build time in the Azure Cosmos database service.
public TimeSpan PhysicalPlanBuildTime { get; }
Property Value
QueryOptimizationTime
Gets the query optimization time in the Azure Cosmos database service.
public TimeSpan QueryOptimizationTime { get; }