Uses of Class
com.azure.search.documents.indexes.models.IndexedSharePointContainerName
Packages that use IndexedSharePointContainerName
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of IndexedSharePointContainerName in com.azure.search.documents.indexes.models
Subclasses with type arguments of type IndexedSharePointContainerName in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classSpecifies which SharePoint libraries to access.Fields in com.azure.search.documents.indexes.models declared as IndexedSharePointContainerNameModifier and TypeFieldDescriptionstatic final IndexedSharePointContainerNameIndexedSharePointContainerName.ALL_SITE_LIBRARIESIndex content from every document library in the site.static final IndexedSharePointContainerNameIndexedSharePointContainerName.DEFAULT_SITE_LIBRARYIndex content from the site's default document library.static final IndexedSharePointContainerNameIndexedSharePointContainerName.USE_QUERYIndex only content that matches the query specified in the knowledge source.Methods in com.azure.search.documents.indexes.models that return IndexedSharePointContainerNameModifier and TypeMethodDescriptionIndexedSharePointContainerName.fromString(String name) Creates or finds a IndexedSharePointContainerName from its string representation.IndexedSharePointKnowledgeSourceParameters.getContainerName()Get the containerName property: Specifies which SharePoint libraries to access.Methods in com.azure.search.documents.indexes.models that return types with arguments of type IndexedSharePointContainerNameModifier and TypeMethodDescriptionIndexedSharePointContainerName.values()Gets known IndexedSharePointContainerName values.Constructors in com.azure.search.documents.indexes.models with parameters of type IndexedSharePointContainerNameModifierConstructorDescriptionIndexedSharePointKnowledgeSourceParameters(String connectionString, IndexedSharePointContainerName containerName) Creates an instance of IndexedSharePointKnowledgeSourceParameters class.