Skip to content

Commit f41a68f

Browse files
committed
Add mention about multiplewritelocations
1 parent f6d58fc commit f41a68f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: esarroyo
66
ms.service: cosmos-db
77
ms.subservice: nosql
88
ms.topic: how-to
9-
ms.date: 11/09/2022
9+
ms.date: 04/04/2023
1010
ms.devlang: csharp
1111
---
1212

@@ -220,6 +220,7 @@ Some settings in `ConnectionPolicy` have been renamed or replaced by `CosmosClie
220220
|`SetCurrentLocation`|`CosmosClientOptions.ApplicationRegion` can be used to achieve the same effect.|
221221
|`PreferredLocations`|`CosmosClientOptions.ApplicationPreferredRegions` can be used to achieve the same effect.|
222222
|`UserAgentSuffix`|`CosmosClientBuilder.ApplicationName` can be used to achieve the same effect.|
223+
|`UseMultipleWriteLocations`|Removed. The SDK automatically detects if the account supports multiple write endpoints.|
223224

224225
### Indexing policy
225226

0 commit comments

Comments
 (0)