SearchModelFactory.IndexedOneLakeKnowledgeSourceParameters Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of IndexedOneLakeKnowledgeSourceParameters.
public static Azure.Search.Documents.Indexes.Models.IndexedOneLakeKnowledgeSourceParameters IndexedOneLakeKnowledgeSourceParameters(string fabricWorkspaceId = default, string lakehouseId = default, string targetPath = default, Azure.Search.Documents.Indexes.Models.KnowledgeSourceIngestionParameters ingestionParameters = default, System.Collections.Generic.IReadOnlyDictionary<string,string> createdResources = default);
static member IndexedOneLakeKnowledgeSourceParameters : string * string * string * Azure.Search.Documents.Indexes.Models.KnowledgeSourceIngestionParameters * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.Search.Documents.Indexes.Models.IndexedOneLakeKnowledgeSourceParameters
Public Shared Function IndexedOneLakeKnowledgeSourceParameters (Optional fabricWorkspaceId As String = Nothing, Optional lakehouseId As String = Nothing, Optional targetPath As String = Nothing, Optional ingestionParameters As KnowledgeSourceIngestionParameters = Nothing, Optional createdResources As IReadOnlyDictionary(Of String, String) = Nothing) As IndexedOneLakeKnowledgeSourceParameters
Parameters
- fabricWorkspaceId
- String
OneLake workspace ID.
- lakehouseId
- String
Specifies which OneLake lakehouse to access.
- targetPath
- String
Optional OneLakehouse folder or shortcut to filter OneLake content.
- ingestionParameters
- KnowledgeSourceIngestionParameters
Consolidates all general ingestion settings.
- createdResources
- IReadOnlyDictionary<String,String>
Resources created by the knowledge source.
Returns
A new IndexedOneLakeKnowledgeSourceParameters instance for mocking.