Uses of Class
com.azure.search.documents.knowledgebases.models.KnowledgeBaseIndexedSharePointActivityArguments
Packages that use KnowledgeBaseIndexedSharePointActivityArguments
Package
Description
Package containing the data models for KnowledgeBaseRetrievalClient.
-
Uses of KnowledgeBaseIndexedSharePointActivityArguments in com.azure.search.documents.knowledgebases.models
Classes in com.azure.search.documents.knowledgebases.models that implement interfaces with type arguments of type KnowledgeBaseIndexedSharePointActivityArgumentsModifier and TypeClassDescriptionfinal classRepresents the arguments the indexed SharePoint retrieval activity was run with.Methods in com.azure.search.documents.knowledgebases.models that return KnowledgeBaseIndexedSharePointActivityArgumentsModifier and TypeMethodDescriptionKnowledgeBaseIndexedSharePointActivityArguments.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeBaseIndexedSharePointActivityArguments from the JsonReader.KnowledgeBaseIndexedSharePointActivityRecord.getIndexedSharePointArguments()Get the indexedSharePointArguments property: The indexed SharePoint arguments for the retrieval activity.Set the search property: The search string used to query indexed SharePoint contents.Methods in com.azure.search.documents.knowledgebases.models with parameters of type KnowledgeBaseIndexedSharePointActivityArgumentsModifier and TypeMethodDescriptionKnowledgeBaseIndexedSharePointActivityRecord.setIndexedSharePointArguments(KnowledgeBaseIndexedSharePointActivityArguments indexedSharePointArguments) Set the indexedSharePointArguments property: The indexed SharePoint arguments for the retrieval activity.