RuntimeExecutionTimes Class

Definition

Query runtime execution times in the Azure Cosmos DB service.

public sealed class RuntimeExecutionTimes
type RuntimeExecutionTimes = class
Public NotInheritable Class RuntimeExecutionTimes
Inheritance
RuntimeExecutionTimes

Properties

SystemFunctionExecutionTime

Gets the query system function execution time in the Azure Cosmos DB service.

TotalTime

Gets the total query runtime execution time in the Azure Cosmos database service.

UserDefinedFunctionExecutionTime

Gets the query user defined function execution time in the Azure Cosmos DB service.

Applies to