KnowledgeBaseFabricDataAgentReference Class
- java.
lang. Object - com.
azure. search. documents. knowledgebases. models. KnowledgeBaseReference - com.
azure. search. documents. knowledgebases. models. KnowledgeBaseFabricDataAgentReference
- com.
- com.
public final class KnowledgeBaseFabricDataAgentReference
extends KnowledgeBaseReference
Represents a Fabric Data Agent document reference.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Knowledge |
fromJson(JsonReader jsonReader)
Reads an instance of Knowledge |
| String |
getDataAgentId()
Get the data |
|
Knowledge |
getType()
Get the type property: The type of the reference. |
| String |
getWorkspaceId()
Get the workspace |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from KnowledgeBaseReference
Methods inherited from java.lang.Object
Method Details
fromJson
public static KnowledgeBaseFabricDataAgentReference fromJson(JsonReader jsonReader)
Reads an instance of KnowledgeBaseFabricDataAgentReference from the JsonReader.
Parameters:
Returns:
Throws:
getDataAgentId
public String getDataAgentId()
Get the dataAgentId property: The Fabric Data Agent ID.
Returns:
getType
public KnowledgeBaseReferenceType getType()
Get the type property: The type of the reference.
Overrides:
KnowledgeBaseFabricDataAgentReference.getType()Returns:
getWorkspaceId
public String getWorkspaceId()
Get the workspaceId property: The Fabric workspace ID.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
KnowledgeBaseFabricDataAgentReference.toJson(JsonWriter jsonWriter)Parameters:
Throws: