class Fluent::Plugin::AzureStorageGen2Output::JsonCompressor

Public Instance Methods

content_type() click to toggle source
# File lib/fluent/plugin/out_azurestorage_gen2.rb, line 734
def content_type
  'application/json'.freeze
end
ext() click to toggle source
# File lib/fluent/plugin/out_azurestorage_gen2.rb, line 730
def ext
  'json'.freeze
end