类 BatchPutRowRequest


  • public class BatchPutRowRequest
    extends BatchRowRequest<PutRow>
    Represent the request for BatchPutRow operation.
    • 构造器详细资料

      • BatchPutRowRequest

        public BatchPutRowRequest​(String tableName)
        Constructs a batch put row request with a table name.
        参数:
        tableName - The target table name in TableStorage.
    • 方法详细资料

      • addPutRow

        public void addPutRow​(PutRow putRow)
        Add a put row object to the batch put row request.
        参数:
        putRow - The single put row object.
      • getPutRows

        public List<PutRow> getPutRows()
        Get all put row objects in this request.
        返回:
        Return the list of all put row objects.