Class RuntimeExecutionTimes
Query runtime execution times in the Azure Cosmos DB service.
public sealed class RuntimeExecutionTimes
- Inheritance
-
RuntimeExecutionTimes
- Inherited Members
- Extension Methods
Properties
SystemFunctionExecutionTime
Gets the query system function execution time in the Azure Cosmos DB service.
public TimeSpan SystemFunctionExecutionTime { get; }
Property Value
TotalTime
Gets the total query runtime execution time in the Azure Cosmos database service.
public TimeSpan TotalTime { get; }
Property Value
UserDefinedFunctionExecutionTime
Gets the query user defined function execution time in the Azure Cosmos DB service.
public TimeSpan UserDefinedFunctionExecutionTime { get; }