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: Extensions/Cosmos/README.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
@@ -88,8 +88,8 @@ Or with RBAC:
88
88
-**`LimitToEndpoint`**: Optional, defaults to `false`. When the value of this property is false, the Cosmos DB SDK will automatically discover
89
89
write and read regions, and use them when the configured application region is not available.
90
90
when set to `true`, availability is limited to the endpoint specified.
91
-
-**Note**: [TODO](LINK). When using the Cosmos DB Emulator Container for Linux it's been observed
92
-
setting the value to `true` enables migration of data. <-- TODO wordsmith.
91
+
-**Note**: [CosmosClientOptions.LimitToEndpoint Property](https://learn.microsoft.com/dotnet/api/microsoft.azure.cosmos.cosmosclientoptions.limittoendpoint?view=azure-dotnet). When using the Cosmos DB Emulator Container for Linux it's been observed
92
+
setting the value to `true` enables import and export of data.
93
93
94
94
#### **Serverless Account**
95
95
-**`IsServerlessAccount`**: Specifies whether the target account uses Serverless instead of Provisioned throughput, which affects the way containers are created.
0 commit comments