Package | Description |
---|---|
com.azure.cosmos |
This package provides interfaces for interacting with Azure Cosmos DB.
|
com.azure.cosmos.models |
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
|
Modifier and Type | Method and Description |
---|---|
CosmosDiagnostics |
CosmosBulkItemResponse.getCosmosDiagnostics()
Gets the cosmos diagnostic for this operation.
|
CosmosDiagnostics |
TransactionalBatchResponse.getDiagnostics()
Gets the diagnostics information for the current request to Azure Cosmos DB service.
|
CosmosDiagnostics |
CosmosException.getDiagnostics()
Gets the Cosmos Diagnostic Statistics associated with this exception.
|
Modifier and Type | Method and Description |
---|---|
CosmosDiagnostics |
FeedResponse.getCosmosDiagnostics()
Gets the feed response diagnostics
|
CosmosDiagnostics |
CosmosItemResponse.getDiagnostics()
Gets the diagnostics information for the current request to Azure Cosmos DB service.
|
CosmosDiagnostics |
CosmosResponse.getDiagnostics()
Gets the diagnostics information for the current request to Azure Cosmos DB service.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.