Uses of Class
com.azure.search.documents.indexes.models.RemoteSharePointKnowledgeSourceParameters
Packages that use RemoteSharePointKnowledgeSourceParameters
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of RemoteSharePointKnowledgeSourceParameters in com.azure.search.documents.indexes.models
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type RemoteSharePointKnowledgeSourceParametersModifier and TypeClassDescriptionfinal classParameters for remote SharePoint knowledge source.Methods in com.azure.search.documents.indexes.models that return RemoteSharePointKnowledgeSourceParametersModifier and TypeMethodDescriptionRemoteSharePointKnowledgeSourceParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RemoteSharePointKnowledgeSourceParameters from the JsonReader.RemoteSharePointKnowledgeSource.getRemoteSharePointParameters()Get the remoteSharePointParameters property: The parameters for the knowledge source.RemoteSharePointKnowledgeSourceParameters.setContainerTypeId(String containerTypeId) Set the containerTypeId property: Container ID for SharePoint Embedded connection.RemoteSharePointKnowledgeSourceParameters.setFilterExpression(String filterExpression) Set the filterExpression property: Keyword Query Language (KQL) expression with queryable SharePoint properties and attributes to scope the retrieval before the query runs.RemoteSharePointKnowledgeSourceParameters.setResourceMetadata(List<String> resourceMetadata) Set the resourceMetadata property: A list of metadata fields to be returned for each item in the response.Methods in com.azure.search.documents.indexes.models with parameters of type RemoteSharePointKnowledgeSourceParametersModifier and TypeMethodDescriptionRemoteSharePointKnowledgeSource.setRemoteSharePointParameters(RemoteSharePointKnowledgeSourceParameters remoteSharePointParameters) Set the remoteSharePointParameters property: The parameters for the knowledge source.