Azure Cosmos DB .NET SDK 1.1.0 with partitioning support
Published date: April 30, 2015
A new version of the Azure Cosmos DB .NET SDK is available today via NuGet. The 1.1.0 release includes support for partitioning data by using the new HashPartitionResolver and RangePartitionResolver classes and the IPartitionResolver interface in the .NET SDK. These classes can be used to partition documents across multiple Azure Cosmos DB collections and route requests to the appropriate collections. To learn more about partitioning with the new Azure Cosmos DB .NET SDK, you can:
- Read the blog announcement: Announcing partitioning support in the Azure Cosmos DB SDK
- Review the tutorial: How to partition data in Azure Cosmos DB with the .NET SDK
- Build the samples: Azure Cosmos DB Partitioning Samples on GitHub.
For more information about Azure Cosmos DB, visit the Azure Cosmos DB page.