public static class ResponseDiagnostics.CosmosResponseStatistics extends Object
NOTE: activityId will be null in case of cross partition queries
| Constructor and Description |
|---|
CosmosResponseStatistics(com.azure.cosmos.models.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() |
Copyright © 2020 Microsoft Corporation. All rights reserved.