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
Copy file name to clipboardExpand all lines: articles/cosmos-db/sql/migrate-dotnet-v3.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: esarroyo
6
6
ms.service: cosmos-db
7
7
ms.subservice: cosmosdb-sql
8
8
ms.topic: how-to
9
-
ms.date: 02/23/2022
9
+
ms.date: 03/07/2022
10
10
ms.devlang: csharp
11
11
---
12
12
@@ -113,7 +113,7 @@ The `FeedOptions` class in SDK v2 has now been renamed to `QueryRequestOptions`
113
113
114
114
`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.
115
115
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.
117
117
118
118
`FeedOptions.RequestContinuation` has now been promoted to the query methods themselves.
0 commit comments