Uses of Class
com.azure.search.documents.indexes.models.KnowledgeSourceKind
Packages that use KnowledgeSourceKind
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of KnowledgeSourceKind in com.azure.search.documents.indexes.models
Subclasses with type arguments of type KnowledgeSourceKind in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classThe kind of the knowledge source.Fields in com.azure.search.documents.indexes.models declared as KnowledgeSourceKindModifier and TypeFieldDescriptionstatic final KnowledgeSourceKindKnowledgeSourceKind.AZURE_BLOBA knowledge source that retrieves and ingests data from Azure Blob Storage to a Search Index.static final KnowledgeSourceKindKnowledgeSourceKind.INDEXED_ONE_LAKEA knowledge source that retrieves and ingests data from OneLake to a Search Index.static final KnowledgeSourceKindKnowledgeSourceKind.INDEXED_SHARE_POINTA knowledge source that retrieves and ingests data from SharePoint to a Search Index.static final KnowledgeSourceKindKnowledgeSourceKind.REMOTE_SHARE_POINTA knowledge source that retrieves data from a remote SharePoint endpoint.static final KnowledgeSourceKindKnowledgeSourceKind.SEARCH_INDEXA knowledge source that retrieves data from a Search Index.static final KnowledgeSourceKindKnowledgeSourceKind.WEBA knowledge source that retrieves data from the web.Methods in com.azure.search.documents.indexes.models that return KnowledgeSourceKindModifier and TypeMethodDescriptionstatic KnowledgeSourceKindKnowledgeSourceKind.fromString(String name) Creates or finds a KnowledgeSourceKind from its string representation.AzureBlobKnowledgeSource.getKind()Get the kind property: The type of the knowledge source.IndexedOneLakeKnowledgeSource.getKind()Get the kind property: The type of the knowledge source.IndexedSharePointKnowledgeSource.getKind()Get the kind property: The type of the knowledge source.KnowledgeSource.getKind()Get the kind property: The type of the knowledge source.RemoteSharePointKnowledgeSource.getKind()Get the kind property: The type of the knowledge source.SearchIndexKnowledgeSource.getKind()Get the kind property: The type of the knowledge source.WebKnowledgeSource.getKind()Get the kind property: The type of the knowledge source.Methods in com.azure.search.documents.indexes.models that return types with arguments of type KnowledgeSourceKindModifier and TypeMethodDescriptionstatic Collection<KnowledgeSourceKind> KnowledgeSourceKind.values()Gets known KnowledgeSourceKind values.