| Package | Description |
|---|---|
| com.azure.spring.data.cosmos.common |
This package contains the classes of utils for cosmosdb
|
| com.azure.spring.data.cosmos.config |
This package contains the classes to configure properties of cosmos db
|
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
CosmosUtils.fillAndProcessResponseDiagnostics(ResponseDiagnosticsProcessor responseDiagnosticsProcessor,
CosmosDiagnostics cosmosDiagnostics,
FeedResponse<T> feedResponse)
Generate ResponseDiagnostics with cosmos and feed response diagnostics
|
| Modifier and Type | Method and Description |
|---|---|
ResponseDiagnosticsProcessor |
CosmosConfig.getResponseDiagnosticsProcessor()
Gets response diagnostics processor
|
| Modifier and Type | Method and Description |
|---|---|
CosmosConfig.CosmosConfigBuilder |
CosmosConfig.CosmosConfigBuilder.responseDiagnosticsProcessor(ResponseDiagnosticsProcessor responseDiagnosticsProcessor)
Set responseDiagnosticsProcessor
|
| Constructor and Description |
|---|
CosmosConfig(ResponseDiagnosticsProcessor responseDiagnosticsProcessor,
boolean queryMetricsEnabled)
Initialization
|
Copyright © 2021 Microsoft Corporation. All rights reserved.