class Fluent::Plugin::AzureStorageOutput::JsonCompressor

Public Instance Methods

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