You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1 was just checking whether anyone else had spotted this as I'm trying to keep a close eye on the query costs and found this is missing from the Query methods, but present on the Create, Upsert, etc methods.
kirankumarkolli
changed the title
Resources is non-public under CosmosQueryResponse<T>
RequestCharge not available for CosmosQueryResponse<T>
May 9, 2019
I can not access Resources.RequestCharge in CosmosQueryResponse object.
To recreate
var resultSet = await querysetIterator.FetchNextSetAsync();
There is no way to get RequestCharge in resultSet. FeedResponse object is private.
The text was updated successfully, but these errors were encountered: