Class PatchTableRequestDataAttributesSchema

Schema defining the updates to the structure and columns of the reference table. Schema fields cannot be deleted or renamed.

Hierarchy

  • PatchTableRequestDataAttributesSchema

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

The schema fields.

primaryKeys: string[]

List of field names that serve as primary keys for the table. Only one primary key is supported, and it is used as an ID to retrieve rows. Primary keys cannot be changed after table creation.

Generated using TypeDoc