Class: Fluent::Plugin::AzureLogsIngestion::PayloadBuilder::Result
- Inherits:
-
Struct
- Object
- Struct
- Fluent::Plugin::AzureLogsIngestion::PayloadBuilder::Result
- Defined in:
- lib/fluent/plugin/azure_logs_ingestion/payload_builder.rb
Instance Attribute Summary collapse
-
#content_encoding ⇒ Object
Returns the value of attribute content_encoding.
-
#content_length ⇒ Object
Returns the value of attribute content_length.
-
#gzip_size ⇒ Object
Returns the value of attribute gzip_size.
-
#io ⇒ Object
Returns the value of attribute io.
-
#raw_size ⇒ Object
Returns the value of attribute raw_size.
-
#record_count ⇒ Object
Returns the value of attribute record_count.
Instance Method Summary collapse
Instance Attribute Details
#content_encoding ⇒ Object
Returns the value of attribute content_encoding
12 13 14 |
# File 'lib/fluent/plugin/azure_logs_ingestion/payload_builder.rb', line 12 def content_encoding @content_encoding end |
#content_length ⇒ Object
Returns the value of attribute content_length
12 13 14 |
# File 'lib/fluent/plugin/azure_logs_ingestion/payload_builder.rb', line 12 def content_length @content_length end |
#gzip_size ⇒ Object
Returns the value of attribute gzip_size
12 13 14 |
# File 'lib/fluent/plugin/azure_logs_ingestion/payload_builder.rb', line 12 def gzip_size @gzip_size end |
#io ⇒ Object
Returns the value of attribute io
12 13 14 |
# File 'lib/fluent/plugin/azure_logs_ingestion/payload_builder.rb', line 12 def io @io end |
#raw_size ⇒ Object
Returns the value of attribute raw_size
12 13 14 |
# File 'lib/fluent/plugin/azure_logs_ingestion/payload_builder.rb', line 12 def raw_size @raw_size end |
#record_count ⇒ Object
Returns the value of attribute record_count
12 13 14 |
# File 'lib/fluent/plugin/azure_logs_ingestion/payload_builder.rb', line 12 def record_count @record_count end |
Instance Method Details
#close! ⇒ Object
21 22 23 24 25 |
# File 'lib/fluent/plugin/azure_logs_ingestion/payload_builder.rb', line 21 def close! io.close! rescue StandardError nil end |