Class: DatadogAPIClient::V2::ObservabilityPipelineEnrichmentTableFile

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#encodingObject

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

#keyObject

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

#pathObject

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

#schemaObject

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