閱讀393 返回首頁    go 阿裏雲


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

在 BatchWriteRow 操作中,表示要寫入的一個表的請求信息。

數據結構

  1. message TableInBatchWriteRowRequest {
  2. required string table_name = 1;
  3. repeated PutRowInBatchWriteRowRequest put_rows = 2;
  4. repeated UpdateRowInBatchWriteRowRequest update_rows = 3;
  5. repeated DeleteRowInBatchWriteRowRequest delete_rows = 4;
  6. }

table_name:

  • 類型:string。

  • 描述:該表的表名。

put_rows:

update_rows:

delete_rows:

相關操作

BatchWriteRow

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

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