RuntimeExecutionTimes Class
- java.
lang. Object - com.
microsoft. azure. cosmosdb. RuntimeExecutionTimes
- com.
public class RuntimeExecutionTimes
Query runtime execution times in the Azure Cosmos DB service.
Method Summary
Modifier and Type | Method and Description |
---|---|
Duration | getQueryEngineExecutionTime() |
Duration | getSystemFunctionExecutionTime() |
Duration | getUserDefinedFunctionExecutionTime() |
Method Details
getQueryEngineExecutionTime
public Duration getQueryEngineExecutionTime()
Returns:
the queryEngineExecutionTime
getSystemFunctionExecutionTime
public Duration getSystemFunctionExecutionTime()
Returns:
the systemFunctionExecutionTime
getUserDefinedFunctionExecutionTime
public Duration getUserDefinedFunctionExecutionTime()
Returns:
the userDefinedFunctionExecutionTime
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java