閱讀320 返回首頁    go 阿裏雲


TableInBatchGetRowRequest__DataType_API 參考_表格存儲-阿裏雲

在 BatchGetRow 操作中,表示要讀取的一個表的請求信息。

數據結構

  1. message TableInBatchGetRowRequest {
  2. required string table_name = 1;
  3. repeated RowInBatchGetRowRequest rows = 2;
  4. repeated string columns_to_get = 3;
  5. optional ColumnCondition filter = 4;
  6. }

table_name:

  • 類型:string。

  • 描述:該表的表名。

rows:

columns_to_get:

  • 類型:repeated string。

  • 描述:該表中需要返回的全部列的列名。

filter:

  • 類型:ColumnCondition

  • 是否必要參數:否。

  • 過濾條件表達式。

相關操作

BatchGetRow

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

  上一篇:go RowInBatchWriteRowResponse__DataType_API 參考_表格存儲-阿裏雲
  下一篇:go TableInBatchGetRowResponse__DataType_API 參考_表格存儲-阿裏雲