Class: DatadogAPIClient::V2::TableResultV2DataAttributesFileMetadataCloudStorage

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#access_detailsObject

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_propertiesObject

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_messageObject

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

#error_row_countObject

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_typeObject

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_enabledObject

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