Uses of Class
com.azure.search.documents.indexes.models.IndexedSharePointKnowledgeSourceParameters
Packages that use IndexedSharePointKnowledgeSourceParameters
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of IndexedSharePointKnowledgeSourceParameters in com.azure.search.documents.indexes.models
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type IndexedSharePointKnowledgeSourceParametersModifier and TypeClassDescriptionfinal classParameters for SharePoint knowledge source.Methods in com.azure.search.documents.indexes.models that return IndexedSharePointKnowledgeSourceParametersModifier and TypeMethodDescriptionIndexedSharePointKnowledgeSourceParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IndexedSharePointKnowledgeSourceParameters from the JsonReader.IndexedSharePointKnowledgeSource.getIndexedSharePointParameters()Get the indexedSharePointParameters property: The parameters for the SharePoint knowledge source.IndexedSharePointKnowledgeSourceParameters.setIngestionParameters(KnowledgeSourceIngestionParameters ingestionParameters) Set the ingestionParameters property: Consolidates all general ingestion settings.Set the query property: Optional query to filter SharePoint content.Constructors in com.azure.search.documents.indexes.models with parameters of type IndexedSharePointKnowledgeSourceParametersModifierConstructorDescriptionIndexedSharePointKnowledgeSource(String name, IndexedSharePointKnowledgeSourceParameters indexedSharePointParameters) Creates an instance of IndexedSharePointKnowledgeSource class.