Skip to main content
Microsoft.Azure.SqlDatabase.ElasticScale.Client package icon

Microsoft.Azure.SqlDatabase.ElasticScale.Client

This client library allows ADO.NET developers to create applications that implement and use the pattern known as database sharding in Azure SQL Database. Sharding is a scale-out strategy that spreads data across a number of independent databases. The library includes APIs for creating and managing shard maps, routing SQL operations to the appropriate shard, and performing queries that cross many shards. To learn more about elastic database tools, check out http://azure.microsoft.com/en-us/documentation/articles/sql-database-elastic-scale-documentation-map/.

Total Downloads
5.8M
5,830,648
Published
Nov 10, 2018
Latest stable version

Install

.NET CLI
dotnet add package Microsoft.Azure.SqlDatabase.ElasticScale.Client --version 2.0.0
Package Manager Console
Install-Package Microsoft.Azure.SqlDatabase.ElasticScale.Client -Version 2.0.0
PackageReference
<PackageReference Include="Microsoft.Azure.SqlDatabase.ElasticScale.Client" Version="2.0.0" />

Frameworks

.NETFramework4.5.1 .NETStandard2.0

Dependencies

System.Data.SqlClient
.NETStandard2.0
[4.5.0, )

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.