閱讀504 返回首頁    go 財經資訊


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

在 BatchWriteRow 操作中,表示對一個表進行寫入的結果。

數據結構

  1. message TableInBatchWriteRowResponse {
  2. required string table_name = 1;
  3. repeated RowInBatchWriteRowResponse put_rows = 2;
  4. repeated RowInBatchWriteRowResponse update_rows = 3;
  5. repeated RowInBatchWriteRowResponse delete_rows = 4;
  6. }

table_name:

  • 類型:string。

  • 描述:該表的表名。

put_rows:

update_rows:

delete_rows:

相關操作

BatchWriteRow

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

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