Class IndexedOneLakeKnowledgeSourceParameters
java.lang.Object
com.azure.search.documents.indexes.models.IndexedOneLakeKnowledgeSourceParameters
- All Implemented Interfaces:
com.azure.json.JsonSerializable<IndexedOneLakeKnowledgeSourceParameters>
public final class IndexedOneLakeKnowledgeSourceParameters
extends Object
implements com.azure.json.JsonSerializable<IndexedOneLakeKnowledgeSourceParameters>
Parameters for OneLake knowledge source.
-
Constructor Summary
ConstructorsConstructorDescriptionIndexedOneLakeKnowledgeSourceParameters(String fabricWorkspaceId, String lakehouseId) Creates an instance of IndexedOneLakeKnowledgeSourceParameters class. -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IndexedOneLakeKnowledgeSourceParameters from the JsonReader.Get the createdResources property: Resources created by the knowledge source.Get the fabricWorkspaceId property: OneLake workspace ID.Get the ingestionParameters property: Consolidates all general ingestion settings.Get the lakehouseId property: Specifies which OneLake lakehouse to access.Get the targetPath property: Optional OneLakehouse folder or shortcut to filter OneLake content.setIngestionParameters(KnowledgeSourceIngestionParameters ingestionParameters) Set the ingestionParameters property: Consolidates all general ingestion settings.setTargetPath(String targetPath) Set the targetPath property: Optional OneLakehouse folder or shortcut to filter OneLake content.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
IndexedOneLakeKnowledgeSourceParameters
-
-
Method Details
-
getFabricWorkspaceId
Get the fabricWorkspaceId property: OneLake workspace ID.- Returns:
- the fabricWorkspaceId value.
-
getLakehouseId
Get the lakehouseId property: Specifies which OneLake lakehouse to access.- Returns:
- the lakehouseId value.
-
getTargetPath
Get the targetPath property: Optional OneLakehouse folder or shortcut to filter OneLake content.- Returns:
- the targetPath value.
-
setTargetPath
Set the targetPath property: Optional OneLakehouse folder or shortcut to filter OneLake content.- Parameters:
targetPath- the targetPath value to set.- Returns:
- the IndexedOneLakeKnowledgeSourceParameters object itself.
-
getIngestionParameters
Get the ingestionParameters property: Consolidates all general ingestion settings.- Returns:
- the ingestionParameters value.
-
setIngestionParameters
public IndexedOneLakeKnowledgeSourceParameters setIngestionParameters(KnowledgeSourceIngestionParameters ingestionParameters) Set the ingestionParameters property: Consolidates all general ingestion settings.- Parameters:
ingestionParameters- the ingestionParameters value to set.- Returns:
- the IndexedOneLakeKnowledgeSourceParameters object itself.
-
getCreatedResources
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<IndexedOneLakeKnowledgeSourceParameters>- Throws:
IOException
-
fromJson
public static IndexedOneLakeKnowledgeSourceParameters fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of IndexedOneLakeKnowledgeSourceParameters from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of IndexedOneLakeKnowledgeSourceParameters if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IllegalStateException- If the deserialized JSON object was missing any required properties.IOException- If an error occurs while reading the IndexedOneLakeKnowledgeSourceParameters.
-