class Fluent::Plugin::AzureStorageOutput::TextCompressor

Public Instance Methods

compress(chunk, tmp) click to toggle source
# File lib/fluent/plugin/out_azurestorage.rb, line 245
def compress(chunk, tmp)
  chunk.write_to(tmp)
end
content_type() click to toggle source
# File lib/fluent/plugin/out_azurestorage.rb, line 241
def content_type
  'text/plain'.freeze
end
ext() click to toggle source
# File lib/fluent/plugin/out_azurestorage.rb, line 237
def ext
  'txt'.freeze
end