Uses of Class
com.azure.search.documents.knowledgebases.models.KnowledgeBaseRemoteSharePointActivityArguments
Packages that use KnowledgeBaseRemoteSharePointActivityArguments
Package
Description
Package containing the data models for KnowledgeBaseRetrievalClient.
-
Uses of KnowledgeBaseRemoteSharePointActivityArguments in com.azure.search.documents.knowledgebases.models
Classes in com.azure.search.documents.knowledgebases.models that implement interfaces with type arguments of type KnowledgeBaseRemoteSharePointActivityArgumentsModifier and TypeClassDescriptionfinal classRepresents the arguments the remote SharePoint retrieval activity was run with.Methods in com.azure.search.documents.knowledgebases.models that return KnowledgeBaseRemoteSharePointActivityArgumentsModifier and TypeMethodDescriptionKnowledgeBaseRemoteSharePointActivityArguments.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeBaseRemoteSharePointActivityArguments from the JsonReader.KnowledgeBaseRemoteSharePointActivityRecord.getRemoteSharePointArguments()Get the remoteSharePointArguments property: The remote SharePoint arguments for the retrieval activity.KnowledgeBaseRemoteSharePointActivityArguments.setFilterExpressionAddOn(String filterExpressionAddOn) Set the filterExpressionAddOn property: The filter expression add-on for the retrieval activity.Set the search property: The search string used to query the remote SharePoint knowledge source.Methods in com.azure.search.documents.knowledgebases.models with parameters of type KnowledgeBaseRemoteSharePointActivityArgumentsModifier and TypeMethodDescriptionKnowledgeBaseRemoteSharePointActivityRecord.setRemoteSharePointArguments(KnowledgeBaseRemoteSharePointActivityArguments remoteSharePointArguments) Set the remoteSharePointArguments property: The remote SharePoint arguments for the retrieval activity.