Attributes that define the reference table's configuration and properties.

Hierarchy

  • TableResultV2DataAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
createdBy?: string

UUID of the user who created the reference table.

description?: string

Optional text describing the purpose or contents of this reference table.

Metadata specifying where and how to access the reference table's data file.

lastUpdatedBy?: string

UUID of the user who last updated the reference table.

rowCount?: number

The number of successfully processed rows in the reference table.

Schema defining the structure and columns of the reference table.

The source type for reference table data. Includes all possible source types that can appear in responses.

status?: string

The processing status of the table.

tableName?: string

Unique name to identify this reference table. Used in enrichment processors and API calls.

tags?: string[]

Tags for organizing and filtering reference tables.

updatedAt?: string

When the reference table was last updated, in ISO 8601 format.

Generated using TypeDoc