Class IndexedSharePointContainerName
java.lang.Object
com.azure.core.util.ExpandableStringEnum<IndexedSharePointContainerName>
com.azure.search.documents.indexes.models.IndexedSharePointContainerName
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class IndexedSharePointContainerName
extends com.azure.core.util.ExpandableStringEnum<IndexedSharePointContainerName>
Specifies which SharePoint libraries to access.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IndexedSharePointContainerNameIndex content from every document library in the site.static final IndexedSharePointContainerNameIndex content from the site's default document library.static final IndexedSharePointContainerNameIndex only content that matches the query specified in the knowledge source. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a IndexedSharePointContainerName from its string representation.values()Gets known IndexedSharePointContainerName values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
DEFAULT_SITE_LIBRARY
Index content from the site's default document library. -
ALL_SITE_LIBRARIES
Index content from every document library in the site. -
USE_QUERY
Index only content that matches the query specified in the knowledge source.
-
-
Constructor Details
-
IndexedSharePointContainerName
Deprecated.Use thefromString(String)factory method.Creates a new instance of IndexedSharePointContainerName value.
-
-
Method Details
-
fromString
Creates or finds a IndexedSharePointContainerName from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding IndexedSharePointContainerName.
-
values
Gets known IndexedSharePointContainerName values.- Returns:
- known IndexedSharePointContainerName values.
-
fromString(String)factory method.