Saved Bookmarks
| 1. |
How Do I Configure My Preferred Read Regions For Low Latency When I Distribute My Data? |
|
Answer» To help read from the LOCAL location, use the Preferred Location KEY in the app.config file. For existing applications, the Table API THROWS an error if Location Mode is SET. Remove that CODE, because the Table API picks up this information from the app.config file. To help read from the local location, use the Preferred Location key in the app.config file. For existing applications, the Table API throws an error if Location Mode is set. Remove that code, because the Table API picks up this information from the app.config file. |
|