键值存储服务 KVS-查询表:响应示例

时间:2024-05-07 09:20:02

响应示例

状态码: 200

表示查询表请求成功

{
  "table_name" : "test_table_1",
  "primary_key_schema" : {
    "shard_key_fields" : [ {
      "name" : "owner",
      "order" : true
    } ],
    "sort_key_fields" : [ {
      "name" : "filename",
      "order" : true
    } ]
  },
  "runtime_info" : {
    "table_info" : {
      "table_status" : "ACTIVE"
    }
  }
}
support.huaweicloud.com/api-kvs/DescribeTable.html