# File lib/moped/query.rb, line 256
    def batch_size(batch_size)
      operation.batch_size = batch_size
      self
    end