Class: Fluent::Plugin::AzureStorageGen2Output::JsonCompressor

Inherits:
TextCompressor show all
Defined in:
lib/fluent/plugin/out_azurestorage_gen2.rb

Instance Attribute Summary

Attributes inherited from Compressor

#buffer_type, #log

Instance Method Summary collapse

Methods inherited from TextCompressor

#compress

Methods inherited from Compressor

#compress, #configure, #initialize

Constructor Details

This class inherits a constructor from Fluent::Plugin::AzureStorageGen2Output::Compressor

Instance Method Details

#content_typeObject



734
735
736
# File 'lib/fluent/plugin/out_azurestorage_gen2.rb', line 734

def content_type
  'application/json'.freeze
end

#extObject



730
731
732
# File 'lib/fluent/plugin/out_azurestorage_gen2.rb', line 730

def ext
  'json'.freeze
end