public static class ResponseDiagnostics.CosmosResponseStatistics extends Object
NOTE: activityId will be null in case of cross partition queries
| Constructor and Description |
|---|
CosmosResponseStatistics(FeedResponse<T> feedResponse)
Initialization
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActivityId()
To get the activity id
|
double |
getRequestCharge()
To get the charge value of request
|
String |
toString() |
public CosmosResponseStatistics(FeedResponse<T> feedResponse)
T - type of cosmosResponsefeedResponse - response from feedVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.