Method: FluentCommandBuilder::AppCfgPython::V16::UploadData#batch_size

Defined in:
lib/fluent_command_builder/command_builders/appcfg_python_16.rb

#batch_size(batch_size) {|@b| ... } ⇒ Object

Yields:

  • (@b)


2432
2433
2434
2435
2436
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2432

def batch_size(batch_size)
  @b.append " --batch_size=#{@b.format batch_size}"
  yield @b if block_given?
  self
end