File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed 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 : nosql
8
8
ms.topic : how-to
9
- ms.date : 11/09/2022
9
+ ms.date : 04/04/2023
10
10
ms.devlang : csharp
11
11
---
12
12
@@ -220,6 +220,7 @@ Some settings in `ConnectionPolicy` have been renamed or replaced by `CosmosClie
220
220
| ` SetCurrentLocation ` | ` CosmosClientOptions.ApplicationRegion ` can be used to achieve the same effect.|
221
221
| ` PreferredLocations ` | ` CosmosClientOptions.ApplicationPreferredRegions ` can be used to achieve the same effect.|
222
222
| ` 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.|
223
224
224
225
### Indexing policy
225
226
You can’t perform that action at this time.
0 commit comments