Parameters for the getFileContent operation.

interface DownloadFileContentParams {
    fileId: string;
    filename: string;
    headers?: OutgoingHttpHeaders;
    path?: string;
    projectId?: string;
    signal?: AbortSignal;
    spaceId?: string;
}

Hierarchy (view full)

Properties

fileId: string

The ID of the file to retrieve.

filename: string
headers?: OutgoingHttpHeaders
path?: string
projectId?: string

Watsonx project identifier.

signal?: AbortSignal
spaceId?: string

Watsonx space identifier.