Class TableResultV2DataAttributesFileMetadata

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

Hierarchy

  • TableResultV2DataAttributesFileMetadata

Constructors

Properties

Cloud storage access configuration for the reference table data file.

errorMessage?: string

The error message returned from the last operation (sync for cloud storage, upload for local file).

errorRowCount?: number

The number of rows that failed to process.

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.

syncEnabled?: boolean

Whether this table is synced automatically from cloud storage. Only applicable for cloud storage sources.

Generated using TypeDoc