Class: DatadogAPIClient::V2::TableResultV2DataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TableResultV2DataAttributes
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_by ⇒ Object
UUID of the user who created the reference table.
-
#description ⇒ Object
Optional text describing the purpose or contents of this reference table.
-
#file_metadata ⇒ Object
Metadata specifying where and how to access the reference table's data file.
-
#last_updated_by ⇒ Object
UUID of the user who last updated the reference table.
-
#row_count ⇒ Object
The number of successfully processed rows in the reference table.
-
#schema ⇒ Object
Schema defining the structure and columns of the reference table.
-
#source ⇒ Object
The source type for reference table data.
-
#status ⇒ Object
The processing status of the table.
-
#table_name ⇒ Object
Unique name to identify this reference table.
-
#tags ⇒ Object
Tags for organizing and filtering reference tables.
-
#updated_at ⇒ Object
When the reference table was last updated, in ISO 8601 format.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_by ⇒ Object
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 |
#description ⇒ Object
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_metadata ⇒ Object
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_by ⇒ Object
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_count ⇒ Object
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 |
#schema ⇒ Object
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 |
#source ⇒ Object
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 |
#status ⇒ Object
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_name ⇒ Object
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 |
#tags ⇒ Object
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 end |
#updated_at ⇒ Object
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 |