This topic describes how to download Tablestore SDK for .NET and the version compatibility and version history of Tablestore SDK for .NET.
Background information
Tablestore provides multiple data models, including the Wide Column model, the TimeSeries model, and the Timeline model. You can use Tablestore SDK for .NET to perform operations only when the Wide Column model is used.
The following procedure shows how to use the Wide Column model:
Initialize an OTSClient instance to configure a Tablestore instance that you want to access. For more information, see Initialize an OTSClient instance.
Create a data table to store data. For more information, see Create a data table.
Read data from and write data to the table. For more information, see Basic operations on data.
Use indexes to accelerate data queries. For more information, see Search index and Secondary index.
Use the SQL query feature to query data. For more information, see SQL query.
Download Tablestore SDK for .NET
Download the Tablestore SDK for .NET package from NuGet. For information about the download path, see .NET SDK 6.0.2.
Download the source code from GitHub. For more information about the download path, visit GitHub.
Version compatibility
The latest version of Tablestore SDK for .NET is 6.x.x. The following items describe the compatibility between the latest version and previous versions:
Tablestore SDK for .NET V5.x.x: compatible.
Tablestore SDK for .NET V4.x.x: compatible.
Tablestore SDK for .NET V3.x.x: compatible.
Tablestore SDK for .NET V2.x.x:
Several operations are incompatible. The Condition.IGNORE, Condition.EXPECT_EXIST, and Condition.EXPECT_NOT_EXIST parameters are deleted.
The DLL file name is changed from Aliyun.dll to Aliyun.TableStore.dll.
For more information about the latest version and version history of Tablestore SDK for .NET, see Version history of Tablestore SDK for .NET.
References
For more information about Tablestore API operations, see Operation summary.