Class: DatadogAPIClient::V2::TableResultV2DataAttributesFileMetadataLocalFile
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TableResultV2DataAttributesFileMetadataLocalFile
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_local_file.rb
Overview
File metadata for reference tables created by upload. Note that upload_id is only returned in the immediate create/replace response and is not available in subsequent GET requests.
Instance Attribute Summary collapse
-
#error_message ⇒ Object
The error message returned from the creation/update.
-
#error_row_count ⇒ Object
The number of rows that failed to create/update.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#error_message ⇒ Object
The error message returned from the creation/update.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_local_file.rb', line 25 def end |
#error_row_count ⇒ Object
The number of rows that failed to create/update.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_local_file.rb', line 28 def error_row_count @error_row_count end |