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,233
Published
Aug 26, 2024
Latest stable version

Install

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

Frameworks

net6.0 .NETStandard2.0

Dependencies

[5.2.1, )

Adoption guide

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

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.