Skip to content

Commit 632659e

Browse files
authored
Merge pull request #190749 from Venkat1340/Users/Venkat1340/Clarifylocation
MSDocs: Clarify location of query emtrics
2 parents d3e9d0c + 98acb26 commit 632659e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/sql/migrate-dotnet-v3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: esarroyo
66
ms.service: cosmos-db
77
ms.subservice: cosmosdb-sql
88
ms.topic: how-to
9-
ms.date: 02/23/2022
9+
ms.date: 03/07/2022
1010
ms.devlang: csharp
1111
---
1212

@@ -113,7 +113,7 @@ The `FeedOptions` class in SDK v2 has now been renamed to `QueryRequestOptions`
113113

114114
`FeedOptions.EnableCrossPartitionQuery` has been removed and the default behavior in SDK 3.0 is that cross-partition queries will be executed without the need to enable the property specifically.
115115

116-
`FeedOptions.PopulateQueryMetrics` is enabled by default with the results being present in the diagnostics property of the response.
116+
`FeedOptions.PopulateQueryMetrics` is enabled by default with the results being present in the `FeedResponse.Diagnostics` property of the response.
117117

118118
`FeedOptions.RequestContinuation` has now been promoted to the query methods themselves.
119119

0 commit comments

Comments
 (0)