Class: Fluent::Plugin::AzureStorageGen2Output::JsonCompressor
- Inherits:
-
TextCompressor
- Object
- Compressor
- TextCompressor
- Fluent::Plugin::AzureStorageGen2Output::JsonCompressor
- Defined in:
- lib/fluent/plugin/out_azurestorage_gen2.rb
Instance Attribute Summary
Attributes inherited from Compressor
Instance Method Summary collapse
Methods inherited from TextCompressor
Methods inherited from Compressor
#compress, #configure, #initialize
Constructor Details
This class inherits a constructor from Fluent::Plugin::AzureStorageGen2Output::Compressor
Instance Method Details
#content_type ⇒ Object
778 779 780 |
# File 'lib/fluent/plugin/out_azurestorage_gen2.rb', line 778 def content_type 'application/json'.freeze end |
#ext ⇒ Object
774 775 776 |
# File 'lib/fluent/plugin/out_azurestorage_gen2.rb', line 774 def ext 'json'.freeze end |