IndexedOneLakeKnowledgeSourceParameters Class
- java.
lang. Object - com.
azure. search. documents. indexes. models. IndexedOneLakeKnowledgeSourceParameters
- com.
Implements
public final class IndexedOneLakeKnowledgeSourceParameters
implements JsonSerializable<IndexedOneLakeKnowledgeSourceParameters>
Parameters for OneLake knowledge source.
Constructor Summary
| Constructor | Description |
|---|---|
| IndexedOneLakeKnowledgeSourceParameters(String fabricWorkspaceId, String lakehouseId) |
Creates an instance of Indexed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Indexed |
fromJson(JsonReader jsonReader)
Reads an instance of Indexed |
|
Created |
getCreatedResources()
Get the created |
| String |
getFabricWorkspaceId()
Get the fabric |
|
Knowledge |
getIngestionParameters()
Get the ingestion |
| String |
getLakehouseId()
Get the lakehouse |
| String |
getTargetPath()
Get the target |
|
Indexed |
setIngestionParameters(KnowledgeSourceIngestionParameters ingestionParameters)
Set the ingestion |
|
Indexed |
setTargetPath(String targetPath)
Set the target |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
IndexedOneLakeKnowledgeSourceParameters
public IndexedOneLakeKnowledgeSourceParameters(String fabricWorkspaceId, String lakehouseId)
Creates an instance of IndexedOneLakeKnowledgeSourceParameters class.
Parameters:
Method Details
fromJson
public static IndexedOneLakeKnowledgeSourceParameters fromJson(JsonReader jsonReader)
Reads an instance of IndexedOneLakeKnowledgeSourceParameters from the JsonReader.
Parameters:
Returns:
Throws:
getCreatedResources
public CreatedResources getCreatedResources()
Get the createdResources property: Resources created by the knowledge source.
Returns:
getFabricWorkspaceId
public String getFabricWorkspaceId()
Get the fabricWorkspaceId property: OneLake workspace ID.
Returns:
getIngestionParameters
public KnowledgeSourceIngestionParameters getIngestionParameters()
Get the ingestionParameters property: Consolidates all general ingestion settings.
Returns:
getLakehouseId
public String getLakehouseId()
Get the lakehouseId property: Specifies which OneLake lakehouse to access.
Returns:
getTargetPath
public String getTargetPath()
Get the targetPath property: Optional OneLakehouse folder or shortcut to filter OneLake content.
Returns:
setIngestionParameters
public IndexedOneLakeKnowledgeSourceParameters setIngestionParameters(KnowledgeSourceIngestionParameters ingestionParameters)
Set the ingestionParameters property: Consolidates all general ingestion settings.
Parameters:
Returns:
setTargetPath
public IndexedOneLakeKnowledgeSourceParameters setTargetPath(String targetPath)
Set the targetPath property: Optional OneLakehouse folder or shortcut to filter OneLake content.
Parameters:
Returns: