閱讀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 參考_表格存儲-阿裏雲