Microsoft.Azure.SqlDatabase.ElasticScale.Service.SplitMerge 1.2.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Microsoft.Azure.SqlDatabase.ElasticScale.Service.SplitMerge --version 1.2.0
NuGet\Install-Package Microsoft.Azure.SqlDatabase.ElasticScale.Service.SplitMerge -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Azure.SqlDatabase.ElasticScale.Service.SplitMerge" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Azure.SqlDatabase.ElasticScale.Service.SplitMerge --version 1.2.0
#r "nuget: Microsoft.Azure.SqlDatabase.ElasticScale.Service.SplitMerge, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Azure.SqlDatabase.ElasticScale.Service.SplitMerge as a Cake Addin
#addin nuget:?package=Microsoft.Azure.SqlDatabase.ElasticScale.Service.SplitMerge&version=1.2.0

// Install Microsoft.Azure.SqlDatabase.ElasticScale.Service.SplitMerge as a Cake Tool
#tool nuget:?package=Microsoft.Azure.SqlDatabase.ElasticScale.Service.SplitMerge&version=1.2.0

This Split Merge tool provides capabilities to split or merge shards maintained by the elastic database client library for Azure SQL DB. The package includes a self-hosted cloud service to deploy within your subscription (including a sample Web front-end), and a .NET API for programmatic access to the feature. To learn more about elastic database tools, check out https://azure.microsoft.com/en-us/documentation/articles/sql-database-elastic-scale-documentation-map/.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 9,160 11/6/2015
1.0.0 3,138 4/28/2015
0.8.0 5,304 3/6/2015
0.7.1 5,233 10/1/2014
0.7.0 4,743 9/29/2014

Elastic Database Split Merge 1.2.0 fixes several customer-reported bugs and provides general supportability improvements. The most important issues that are addressed in this release are as follows:

- An issue that prevented user-defined types in sharded tables from participating in split, merge or move operations has been fixed.
- An issue that caused split, merge or move operations to fail for zero guids (00000000-0000-0000-0000-000000000000) has been fixed.
- An issue during copying of sharded tables which typically manifested as a SQL syntax error related to ORDER BY has been fixed.
- Overloads to support X509Certificate2 certificates have been added to the .NET client.
- A new (optional) configuration parameter called ‘MetadataExpirationPeriodInMinutes’ has been added to the service configuration in order to help limit growth of the metadata database when using the service frequently.
- An issue that prevented SchemaInfo data from being read correctly (if the SchemaInfo was written by Elastic Database tools client library version 1.1.0) has been fixed.