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 feedCopyright © 2021 Microsoft Corporation. All rights reserved.