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.



65
66
67
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 65

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.

For cloud storage tables (S3/GCS/Azure):

  • sync_enabled and access_details will always be present
  • error fields (error_message, error_row_count, error_type) are present only when errors occur

For local file tables:

  • error fields (error_message, error_row_count) are present only when errors occur
  • sync_enabled, access_details are never present


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

def 
  @file_metadata
end

#last_updated_byObject

UUID of the user who last updated the reference table.



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

def last_updated_by
  @last_updated_by
end

#row_countObject

The number of successfully processed rows in the reference table.



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

def row_count
  @row_count
end

#schemaObject

Schema defining the structure and columns of the reference table.



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

def schema
  @schema
end

#sourceObject

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



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

def source
  @source
end

#statusObject

The processing status of the table.



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

def status
  @status
end

#table_nameObject

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



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

def table_name
  @table_name
end

#tagsObject

Tags for organizing and filtering reference tables.



60
61
62
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 60

def tags
  @tags
end

#updated_atObject

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



63
64
65
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb', line 63

def updated_at
  @updated_at
end