Table of Contents

Class QueryPreparationTimes

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

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

TimeSpan

LogicalPlanBuildTime

Gets the query logical plan build time in the Azure Cosmos database service.

public TimeSpan LogicalPlanBuildTime { get; }

Property Value

TimeSpan

PhysicalPlanBuildTime

Gets the query physical plan build time in the Azure Cosmos database service.

public TimeSpan PhysicalPlanBuildTime { get; }

Property Value

TimeSpan

QueryOptimizationTime

Gets the query optimization time in the Azure Cosmos database service.

public TimeSpan QueryOptimizationTime { get; }

Property Value

TimeSpan