ReferenceProperties

ReferenceProperties(
    resource: str | None = None,
    fields: list[str] | None = None,
)

The destination part of a foreign key.

Attributes

resource : str | None

The name of the resource within the current data package where the fields are located.

fields : list[str] | None

An array of strings of the same length as TableSchemaForeignKeyProperties.fields, specifying the field (or fields) that form the destination part of the foreign key.