天天看點

PolarDB-X 1.0-API參考-1.0(2019版本)-資料表管理-SetupTable

請求參數

名稱 類型 是否必選 示例值 描述
Action String SetupTable 系統規定參數,取值為SetupTable。
AllowFullTableScan Boolean true 是否允許全表掃描。
DbName test 表所在的資料庫名稱。
DrdsInstanceId drds************ DRDS執行個體ID。
TableName.N RepeatList 關聯的表名。
RegionId cn-hangzhou 地域ID。

傳回資料

Data 全表掃描是否使用。
RequestId A3140FC7-B78B-4D8E-B0C8-926D28****** 請求ID。
Success 請求結果。

示例

請求示例

http(s)://drds.aliyuncs.com/?Action=SetupTable
&AllowFullTableScan=true
&DbName=test
&DrdsInstanceId=drds************
&TableName.1=test
&<公共請求參數>      

正常傳回示例

XML

格式

<RequestId>A3140FC7-B78B-4D8E-B0C8-926D28******</RequestId>
<Data>true</Data>
<Success>true</Success>      

JSON

{
    "RequestId":"A3140FC7-B78B-4D8E-B0C8-926D28******",
    "Data":"true",
    "Success":true
}      

錯誤碼

通路

錯誤中心

檢視更多錯誤碼。