Skip to content

Commit 75b98a8

Browse files
committed
Renaming to EnableEndpointDiscovery
1 parent 9364e3d commit 75b98a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Some settings in `ConnectionPolicy` have been renamed or replaced by `CosmosClie
215215

216216
| .NET v2 SDK | .NET v3 SDK |
217217
|-------------|-------------|
218-
|`EnableEndpointDiscovery`|`LimitToEndpoint` - The value is now inverted, if `EnableEndpointRediscovery` was being set to `true`, `LimitToEndpoint` should be set to `false`. Before using this setting, you need to understand [how it affects the client](troubleshoot-sdk-availability.md).|
218+
|`EnableEndpointDiscovery`|`LimitToEndpoint` - The value is now inverted, if `EnableEndpointDiscovery` was being set to `true`, `LimitToEndpoint` should be set to `false`. Before using this setting, you need to understand [how it affects the client](troubleshoot-sdk-availability.md).|
219219
|`ConnectionProtocol`|Removed. Protocol is tied to the Mode, either it's Gateway (HTTPS) or Direct (TCP). Direct mode with HTTPS protocol is no longer supported on V3 SDK and the recommendation is to use TCP protocol. |
220220
|`MediaRequestTimeout`|Removed. Attachments are no longer supported.|
221221
|`SetCurrentLocation`|`CosmosClientOptions.ApplicationRegion` can be used to achieve the same effect.|

0 commit comments

Comments
 (0)