Share via


IndexedOneLakeKnowledgeSourceParameters interface

Parameters for OneLake knowledge source.

Properties

createdResources

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

fabricWorkspaceId

OneLake workspace ID.

ingestionParameters

Consolidates all general ingestion settings.

lakehouseId

Specifies which OneLake lakehouse to access.

targetPath

Optional OneLakehouse folder or shortcut to filter OneLake content.

Property Details

createdResources

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

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

Property Value

{[propertyName: string]: string}

fabricWorkspaceId

OneLake workspace ID.

fabricWorkspaceId: string

Property Value

string

ingestionParameters

Consolidates all general ingestion settings.

ingestionParameters?: KnowledgeSourceIngestionParameters

Property Value

lakehouseId

Specifies which OneLake lakehouse to access.

lakehouseId: string

Property Value

string

targetPath

Optional OneLakehouse folder or shortcut to filter OneLake content.

targetPath?: string

Property Value

string