IndexedOneLakeKnowledgeSourceParameters interface
Parameters for OneLake knowledge source.
Properties
| created |
Resources created by the knowledge source. NOTE: This property will not be serialized. It can only be populated by the server. |
| fabric |
OneLake workspace ID. |
| ingestion |
Consolidates all general ingestion settings. |
| lakehouse |
Specifies which OneLake lakehouse to access. |
| target |
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