ServerSideMetrics Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Metrics received for queries from the backend.
public abstract class ServerSideMetrics
type ServerSideMetrics = class
Public MustInherit Class ServerSideMetrics
- Inheritance
-
ServerSideMetrics
Constructors
ServerSideMetrics() |
Properties
DocumentLoadTime |
Gets the document loading time during query in the Azure Cosmos database service. |
DocumentWriteTime |
Gets the output writing/serializing time during query in the Azure Cosmos database service. |
IndexHitRatio |
Gets the index hit ratio by query in the Azure Cosmos database service. Value is within the range [0,1]. |
IndexLookupTime |
Gets the query index lookup time in the Azure Cosmos database service. |
OutputDocumentCount |
Gets the number of documents returned by query in the Azure Cosmos DB service. |
OutputDocumentSize |
Gets the size of documents outputted in bytes during query in the Azure Cosmos database service. |
QueryPreparationTime |
Gets the query preparation time in the Azure Cosmos database service. |
RetrievedDocumentCount |
Gets the number of documents retrieved during query in the Azure Cosmos database service. |
RetrievedDocumentSize |
Gets the size of documents retrieved in bytes during query in the Azure Cosmos DB service. |
RuntimeExecutionTime |
Gets the query runtime execution time during query in the Azure Cosmos database service. |
TotalTime |
Gets the total query time in the Azure Cosmos database service. |
VMExecutionTime |
Gets the VMExecution Time. |