Uses of Class
com.azure.cosmos.CosmosDiagnostics
Packages that use CosmosDiagnostics
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
This package contains the classes of utils for cosmosdb
This package contains the core classes of cosmos db, includes converters,
query generators and mapping to cosmos entities
-
Uses of CosmosDiagnostics in com.azure.cosmos
Methods in com.azure.cosmos that return CosmosDiagnosticsModifier and TypeMethodDescriptionCosmosException.getDiagnostics()
Gets the Cosmos Diagnostic Statistics associated with this exception. -
Uses of CosmosDiagnostics in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return CosmosDiagnosticsModifier and TypeMethodDescriptionCosmosBulkItemResponse.getCosmosDiagnostics()
Gets the cosmos diagnostic for this operation.FeedResponse.getCosmosDiagnostics()
Gets the feed response diagnosticsCosmosBatchResponse.getDiagnostics()
Gets the diagnostics information for the current request to Azure Cosmos DB service.CosmosItemResponse.getDiagnostics()
Gets the diagnostics information for the current request to Azure Cosmos DB service.CosmosResponse.getDiagnostics()
Gets the diagnostics information for the current request to Azure Cosmos DB service. -
Uses of CosmosDiagnostics in com.azure.spring.data.cosmos.common
Methods in com.azure.spring.data.cosmos.common with parameters of type CosmosDiagnosticsModifier and TypeMethodDescriptionstatic <T> void
CosmosUtils.fillAndProcessResponseDiagnostics
(ResponseDiagnosticsProcessor responseDiagnosticsProcessor, CosmosDiagnostics cosmosDiagnostics, FeedResponse<T> feedResponse) Generate ResponseDiagnostics with cosmos and feed response diagnostics -
Uses of CosmosDiagnostics in com.azure.spring.data.cosmos.core
Methods in com.azure.spring.data.cosmos.core that return CosmosDiagnosticsModifier and TypeMethodDescriptionResponseDiagnostics.getCosmosDiagnostics()
To get diagnostics of cosmos responseConstructors in com.azure.spring.data.cosmos.core with parameters of type CosmosDiagnosticsModifierConstructorDescriptionResponseDiagnostics
(CosmosDiagnostics cosmosDiagnostics, ResponseDiagnostics.CosmosResponseStatistics cosmosResponseStatistics) Initialization