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: samples/partitioning/Readme.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
2
2
## DocumentDB Partitioning Samples
3
-
This directory contains code samples for common partitioning scenarios with the .NET SDK. For more details, take a look at [How to partition data in DocumentDB with the .NET SDK](https://acom-sandbox.azurewebsites.net/documentation/articles/documentdb-sharding/). These samples show how to register and use a HashPartitionResolver, a RangePartitionResolver as well as custom IPartitionResolver implementations.
3
+
This directory contains code samples for common partitioning scenarios with the .NET SDK. For more details, take a look at [How to partition data in DocumentDB with the .NET SDK](http://azure.microsoft.com/en-us/documentation/articles/documentdb-sharding/). These samples show how to register and use a HashPartitionResolver, a RangePartitionResolver as well as custom IPartitionResolver implementations.
4
4
5
5
The following samples are included:
6
6
* How to specify an arbitrary lambda expression for ExtractPartitionKey and use it to implement compound partitioning keys or to partition different types of objects differently.
0 commit comments