Class: DatadogAPIClient::V2::TableResultV2DataAttributesFileMetadataCloudStorage
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TableResultV2DataAttributesFileMetadataCloudStorage
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_cloud_storage.rb
Overview
File metadata for reference tables created by cloud storage.
Instance Attribute Summary collapse
-
#access_details ⇒ Object
The definition of
TableResultV2DataAttributesFileMetadataOneOfAccessDetails
object. -
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#error_message ⇒ Object
The error message returned from the sync.
-
#error_row_count ⇒ Object
The number of rows that failed to sync.
-
#error_type ⇒ Object
The type of error that occurred during file processing.
-
#sync_enabled ⇒ Object
Whether this table is synced automatically.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#access_details ⇒ Object
The definition of TableResultV2DataAttributesFileMetadataOneOfAccessDetails
object.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_cloud_storage.rb', line 25 def access_details @access_details end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_cloud_storage.rb', line 39 def additional_properties @additional_properties end |
#error_message ⇒ Object
The error message returned from the sync.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_cloud_storage.rb', line 28 def @error_message end |
#error_row_count ⇒ Object
The number of rows that failed to sync.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_cloud_storage.rb', line 31 def error_row_count @error_row_count end |
#error_type ⇒ Object
The type of error that occurred during file processing. This field provides high-level error categories for easier troubleshooting and is only present when there are errors.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_cloud_storage.rb', line 34 def error_type @error_type end |
#sync_enabled ⇒ Object
Whether this table is synced automatically.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_cloud_storage.rb', line 37 def sync_enabled @sync_enabled end |