Table of Contents

Class RuntimeExecutionTimes

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

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

TimeSpan

TotalTime

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

public TimeSpan TotalTime { get; }

Property Value

TimeSpan

UserDefinedFunctionExecutionTime

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

public TimeSpan UserDefinedFunctionExecutionTime { get; }

Property Value

TimeSpan