Parameters for the getFileContent operation.

interface GetFileContentParams {
    fileId: string;
    headers?: OutgoingHttpHeaders;
    projectId?: string;
    signal?: AbortSignal;
    spaceId?: string;
}

Hierarchy (view full)

Properties

fileId: string

The ID of the file to retrieve.

headers?: OutgoingHttpHeaders
projectId?: string

Watsonx project identifier.

signal?: AbortSignal
spaceId?: string

Watsonx space identifier.