Uses of Class
com.azure.data.cosmos.CosmosResponseDiagnostics
-
Packages that use CosmosResponseDiagnostics Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB.com.azure.data.cosmos.sync This package provides synchronous interfaces for interacting with Azure Cosmos DB. -
-
Uses of CosmosResponseDiagnostics in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return CosmosResponseDiagnostics Modifier and Type Method Description CosmosResponseDiagnostics
CosmosClientException. cosmosResponseDiagnostics()
Gets the Cosmos Response Diagnostic Statistics associated with this exception.CosmosResponseDiagnostics
CosmosResponse. cosmosResponseDiagnosticsString()
Gets the diagnostics information for the current request to Azure Cosmos DB service. -
Uses of CosmosResponseDiagnostics in com.azure.data.cosmos.sync
Methods in com.azure.data.cosmos.sync that return CosmosResponseDiagnostics Modifier and Type Method Description CosmosResponseDiagnostics
CosmosSyncResponse. cosmosResponseDiagnosticsString()
Gets the diagnostics information for the current request to Azure Cosmos DB service.
-