Package version:

Interface IndexedOneLakeKnowledgeSourceParameters

Parameters for OneLake knowledge source.

interface IndexedOneLakeKnowledgeSourceParameters {
    createdResources?: {
        [propertyName: string]: string;
    };
    fabricWorkspaceId: string;
    ingestionParameters?: KnowledgeSourceIngestionParameters;
    lakehouseId: string;
    targetPath?: string;
}

Properties

createdResources?: {
    [propertyName: string]: string;
}

Resources created by the knowledge source. NOTE: This property will not be serialized. It can only be populated by the server.

fabricWorkspaceId: string

OneLake workspace ID.

Consolidates all general ingestion settings.

lakehouseId: string

Specifies which OneLake lakehouse to access.

targetPath?: string

Optional OneLakehouse folder or shortcut to filter OneLake content.