Class CreateUploadRequestDataAttributes

The definition of CreateUploadRequestDataAttributes object.

Hierarchy

  • CreateUploadRequestDataAttributes

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
headers: string[]

The headers of the file to upload.

partCount: number

The number of parts in the upload.

partSize: number

The size of each part in the upload in bytes. For multipart uploads (part_count > 1), all parts except the last one must be at least 5,000,000 bytes. For single-part uploads (part_count = 1), any size is allowed.

tableName: string

The name of the reference table.

Generated using TypeDoc