Aliyun.TableStore.SDK 2.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aliyun.TableStore.SDK --version 2.1.0
NuGet\Install-Package Aliyun.TableStore.SDK -Version 2.1.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="Aliyun.TableStore.SDK" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aliyun.TableStore.SDK --version 2.1.0
#r "nuget: Aliyun.TableStore.SDK, 2.1.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 Aliyun.TableStore.SDK as a Cake Addin
#addin nuget:?package=Aliyun.TableStore.SDK&version=2.1.0

// Install Aliyun.TableStore.SDK as a Cake Tool
#tool nuget:?package=Aliyun.TableStore.SDK&version=2.1.0

阿里云表格存储(原OTS)服务官方 .NET SDK

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Aliyun.TableStore.SDK:

Package Downloads
AgentHub.Shared.TSCommonUtils

Package Description

AgentHub.Shared.TableStore

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.3 5,016 8/9/2023
6.0.2 215,286 9/14/2022
6.0.1 399 9/5/2022
6.0.0 1,289 8/22/2022
5.0.0 426 8/16/2022
4.1.4 5,289 6/24/2019
4.1.3 634 6/24/2019
4.1.2 713 5/29/2019
4.1.1 796 3/6/2019
4.1.0 919 12/17/2018
4.0.0 1,011 9/18/2018
3.0.1 6,403 5/9/2016
2.1.0 1,412 12/30/2015

1.将示例代码中创建的表的预留CU改为0,避免用户使用示例代码创建表后未删除,产生不必要的费用。
2.添加BatchGetRow和BatchWriteRow的测试