Class: DatadogAPIClient::V2::ObservabilityPipelineEnrichmentTableFile
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineEnrichmentTableFile
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_enrichment_table_file.rb
Overview
Defines a static enrichment table loaded from a CSV file.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#encoding ⇒ Object
readonly
File encoding format.
-
#key ⇒ Object
readonly
Key fields used to look up enrichment values.
-
#path ⇒ Object
readonly
Path to the CSV file.
-
#schema ⇒ Object
readonly
Schema defining column names and their types.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_enrichment_table_file.rb', line 36 def additional_properties @additional_properties end |
#encoding ⇒ Object
File encoding format.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_enrichment_table_file.rb', line 25 def encoding @encoding end |
#key ⇒ Object
Key fields used to look up enrichment values.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_enrichment_table_file.rb', line 28 def key @key end |
#path ⇒ Object
Path to the CSV file.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_enrichment_table_file.rb', line 31 def path @path end |
#schema ⇒ Object
Schema defining column names and their types.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_enrichment_table_file.rb', line 34 def schema @schema end |