PrimaryKeyRange ClassAliyun Open Services SDK for .NET
表示主键(Primary Key)范围。
Inheritance Hierarchy

SystemObject
  Aliyun.OpenServices.OpenTableServicePrimaryKeyRange

Namespace: Aliyun.OpenServices.OpenTableService
Assembly: Aliyun.OpenServices (in Aliyun.OpenServices.dll) Version: 1.0.5290.21916
Syntax

public class PrimaryKeyRange

The PrimaryKeyRange type exposes the following members.

Constructors

  NameDescription
Public methodPrimaryKeyRange(String, PrimaryKeyValue, PrimaryKeyValue)
初始化新的PrimaryKeyRange实例。 表示左开右闭的主键范围。 该构造函数将使用begin和end中不为InfMinInfMax的那一个的数据类型作为RangeType。 如果begin为InfMin的同时end为InfMax, 则RangeType默认为String; 如果需要指定RangeType,请使用构造函数的另一个重载: PrimaryKeyRange(String, PrimaryKeyValue, PrimaryKeyValue, PrimaryKeyType)
Public methodPrimaryKeyRange(String, PrimaryKeyValue, PrimaryKeyValue, PrimaryKeyType)
初始化新的PrimaryKeyRange实例。 表示左开右闭的主键范围。 该构造函数主要是为了rangeBegin为InfMin的同时rangeEnd为InfMax的情形。 如果不需要,请使用另一个重载: PrimaryKeyRange(String, PrimaryKeyValue, PrimaryKeyValue),可以推断主键的数据类型。
Top
Methods

  NameDescription
Public methodEquals
确定指定的 Object 是否等于当前的 Object
(Inherited from Object.)
Protected methodFinalize
允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。
(Inherited from Object.)
Public methodGetHashCode
用作特定类型的哈希函数。
(Inherited from Object.)
Public methodGetType
获取当前实例的 Type
(Inherited from Object.)
Protected methodMemberwiseClone
创建当前 Object 的浅表副本。
(Inherited from Object.)
Public methodToString
返回表示当前 ObjectString
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyStatic memberInfMax
表示主键值范围的无限大值。
Public propertyStatic memberInfMin
表示主键值范围的无限小值。
Public propertyPrimaryKeyName
获取范围的主键名。
Public propertyRangeBegin
获取主键范围的开始值。
Public propertyRangeEnd
获取主键范围的结束值。
Public propertyRangeType
获取主键范围的数据类型。
Top
See Also

Reference