class Fluent::Plugin::AzureStorageGen2Output::TextCompressor
Public Instance Methods
compress(chunk, tmp)
click to toggle source
# File lib/fluent/plugin/out_azurestorage_gen2.rb, line 724 def compress(chunk, tmp) chunk.write_to(tmp) end
content_type()
click to toggle source
# File lib/fluent/plugin/out_azurestorage_gen2.rb, line 720 def content_type 'text/plain'.freeze end
ext()
click to toggle source
# File lib/fluent/plugin/out_azurestorage_gen2.rb, line 716 def ext 'txt'.freeze end