Class: DatadogAPIClient::V2::TableResultV2DataAttributesFileMetadataLocalFile

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#error_messageObject

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 error_message
  @error_message
end

#error_row_countObject

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