Uses of Class
com.azure.search.documents.knowledgebases.models.KnowledgeSourceKind
Packages that use KnowledgeSourceKind
Package
Description
Package containing the data models for KnowledgeBaseRetrievalClient.
-
Uses of KnowledgeSourceKind in com.azure.search.documents.knowledgebases.models
Subclasses with type arguments of type KnowledgeSourceKind in com.azure.search.documents.knowledgebases.modelsModifier and TypeClassDescriptionfinal classThe kind of the knowledge source.Fields in com.azure.search.documents.knowledgebases.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.knowledgebases.models that return KnowledgeSourceKindModifier and TypeMethodDescriptionstatic KnowledgeSourceKindKnowledgeSourceKind.fromString(String name) Creates or finds a KnowledgeSourceKind from its string representation.AzureBlobKnowledgeSourceParams.getKind()Get the kind property: The type of the knowledge source.IndexedOneLakeKnowledgeSourceParams.getKind()Get the kind property: The type of the knowledge source.IndexedSharePointKnowledgeSourceParams.getKind()Get the kind property: The type of the knowledge source.KnowledgeSourceParams.getKind()Get the kind property: The type of the knowledge source.RemoteSharePointKnowledgeSourceParams.getKind()Get the kind property: The type of the knowledge source.SearchIndexKnowledgeSourceParams.getKind()Get the kind property: The type of the knowledge source.WebKnowledgeSourceParams.getKind()Get the kind property: The type of the knowledge source.Methods in com.azure.search.documents.knowledgebases.models that return types with arguments of type KnowledgeSourceKindModifier and TypeMethodDescriptionstatic Collection<KnowledgeSourceKind> KnowledgeSourceKind.values()Gets known KnowledgeSourceKind values.