阅读526 返回首页    go 阿里云 go 技术社区[云栖]


TableInBatchGetRowResponse__DataType_API 参考_表格存储-阿里云

在 BatchGetRow 操作的返回消息中,表示一个表的数据。

数据结构

  1. message TableInBatchGetRowResponse {
  2. required string table_name = 1;
  3. repeated RowInBatchGetRowResponse rows = 2;
  4. }

table_name:

  • 类型:string。

  • 描述:该表的表名。

rows:

相关操作

BatchGetRow

最后更新:2016-11-23 16:03:56

  上一篇:go TableInBatchGetRowRequest__DataType_API 参考_表格存储-阿里云
  下一篇:go TableInBatchWriteRowRequest__DataType_API 参考_表格存储-阿里云