Skip to content

Commit f02f48b

Browse files
committed
Merge branch 'master' of github.com:azure/azure-documentdb-net
Conflicts: samples/partitioning/Readme.md
2 parents e21613c + 530e594 commit f02f48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/partitioning/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
## 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.
44

55
The following samples are included:
66
* 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

Comments
 (0)