Class: DatadogAPIClient::V2::TableResultV2DataAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb

Overview

Attributes that define the reference table’s configuration and properties.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



57
58
59
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 57

def additional_properties
  @additional_properties
end

#created_byObject

UUID of the user who created the reference table.



25
26
27
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 25

def created_by
  @created_by
end

#descriptionObject

Optional text describing the purpose or contents of this reference table.



28
29
30
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 28

def description
  @description
end

#file_metadataObject

Metadata specifying where and how to access the reference table’s data file.



31
32
33
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 31

def 
  @file_metadata
end

#last_updated_byObject

UUID of the user who last updated the reference table.



34
35
36
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 34

def last_updated_by
  @last_updated_by
end

#row_countObject

The number of successfully processed rows in the reference table.



37
38
39
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 37

def row_count
  @row_count
end

#schemaObject

Schema defining the structure and columns of the reference table.



40
41
42
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 40

def schema
  @schema
end

#sourceObject

The source type for reference table data. Includes all possible source types that can appear in responses.



43
44
45
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 43

def source
  @source
end

#statusObject

The processing status of the table.



46
47
48
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 46

def status
  @status
end

#table_nameObject

Unique name to identify this reference table. Used in enrichment processors and API calls.



49
50
51
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 49

def table_name
  @table_name
end

#tagsObject

Tags for organizing and filtering reference tables.



52
53
54
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 52

def tags
  @tags
end

#updated_atObject

When the reference table was last updated, in ISO 8601 format.



55
56
57
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 55

def updated_at
  @updated_at
end