IOtsBeginCreateTableGroup Method Aliyun Open Services SDK for .NET
开始创建表组(Table Group)的异步请求。

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

IAsyncResult BeginCreateTableGroup(
	string tableGroupName,
	PartitionKeyType partitionKeyType,
	AsyncCallback callback,
	Object state
)

Parameters

tableGroupName
Type: SystemString
表组(Table Group)名称。
partitionKeyType
Type: Aliyun.OpenServices.OpenTableServicePartitionKeyType
表示表组(Table Group)的数据分片键(Partition Key)的类型。
callback
Type: SystemAsyncCallback
AsyncCallback委托。
state
Type: SystemObject
此请求的状态对象。

Return Value

Type: IAsyncResult
引用该异步请求的IAsyncResult对象。
Exceptions

ExceptionCondition
ArgumentException

tableGroupName为空引用或值为空字符串,

- 或 -

值违反了OTS名称的命名规则。

See Also

Reference