Aliyun.OpenServices.OpenTableService NamespaceAliyun Open Services SDK for .NET

阿里云开放结构化数据服务(Open Table Service,OTS)是构建在阿里云大规模分布式计算系统之上的海量数据存储与实时查询的服务。

OTS以数据表的形式组织数据,保证强一致性,并提供视图和分页的功能来加速查询。用户可以通过RESTful API来使用服务,也可使用WEB 页面对数据进行管理。
OTS具有安全性、实时性、强一致性、易用性、经济性、大规模的特性。
OTS适用于对数据规模和实时性要求高的各类应用。

联系我们:ots@service.aliyun.com

Classes

  ClassDescription
Public classOffsetRowQueryCriteria
表示从指定偏移量获取多行数据的查询条件。
Public classCode exampleOtsClient
表示用于访问阿里云开放结构化数据(Open Table Service,简称OTS)的公共方法。
Public classOtsErrorCode
表示来自开放结构化数据服务(Open Table Service,OTS)的错误代码。
Public classOtsException
该异常在对开放结构化数据服务(Open Table Service)访问失败时抛出。
Public classPrimaryKeyRange
表示主键(Primary Key)范围。
Public classRangeRowQueryCriteria
表示获取表(Table)或视图(View)中主键(Primary Key)的特定范围内多行数据的查询条件。
Public classRow
表示行。
Public classRowChange
表示行的数据变更信息。
Public classRowDeleteChange
表示数据行的删除信息。
Public classCode exampleRowPutChange
表示行的插入或更新信息。
Public classRowQueryCriteria
表示获取行的查询条件。
Public classSingleRowQueryCriteria
表示获取一行数据的查询条件。
Public classTableMeta
表示表(Table)的结构信息。
Public classViewMeta
表示视图(View)的结构信息。
Structures

  StructureDescription
Public structureCode exampleColumnValue
表示一行中数据列的值。
Public structurePartitionKeyValue
表示分片键的值。
Public structureCode examplePrimaryKeyValue
表示主键(PrimaryKey)列的值。
Interfaces

  InterfaceDescription
Public interfaceCode exampleIOts
表示用于访问阿里云开放结构化数据(Open Table Service,简称OTS)的公共方法。
Enumerations

  EnumerationDescription
Public enumerationCheckingMode
表示数据的存在性检查的方式。
Public enumerationColumnType
表示表(Table)中列的数据类型。
Public enumerationPartitionKeyType
表示分片键的数据类型。
Public enumerationPrimaryKeyType
表示主键(PrimaryKey)的数据类型。