Class TableResultV2DataAttributesFileMetadataLocalFile

File metadata for reference tables created by upload.

Hierarchy

  • TableResultV2DataAttributesFileMetadataLocalFile

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
errorMessage?: string

The error message returned from the creation/update.

errorRowCount?: number

The number of rows that failed to create/update.

uploadId?: string

The upload ID that was used to create/update the table.

Generated using TypeDoc