Class: DatadogAPIClient::V2::ObservabilityPipelineAmazonS3GenericEncodingParquet
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineAmazonS3GenericEncodingParquet
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_generic_encoding_parquet.rb
Overview
Parquet encoding.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#type ⇒ Object
readonly
The encoding type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_generic_encoding_parquet.rb', line 27 def additional_properties @additional_properties end |
#type ⇒ Object
The encoding type. Always parquet.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_generic_encoding_parquet.rb', line 25 def type @type end |