RemoteSharePointKnowledgeSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configuration for remote SharePoint knowledge source.
public class RemoteSharePointKnowledgeSource : Azure.Search.Documents.Indexes.Models.KnowledgeSource, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.RemoteSharePointKnowledgeSource>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.RemoteSharePointKnowledgeSource>
type RemoteSharePointKnowledgeSource = class
inherit KnowledgeSource
interface IJsonModel<RemoteSharePointKnowledgeSource>
interface IPersistableModel<RemoteSharePointKnowledgeSource>
Public Class RemoteSharePointKnowledgeSource
Inherits KnowledgeSource
Implements IJsonModel(Of RemoteSharePointKnowledgeSource), IPersistableModel(Of RemoteSharePointKnowledgeSource)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| RemoteSharePointKnowledgeSource(String) |
Initializes a new instance of RemoteSharePointKnowledgeSource. |
Properties
| Name | Description |
|---|---|
| Description |
Optional user-defined description. (Inherited from KnowledgeSource) |
| EncryptionKey |
A description of an encryption key that you create in Azure Key Vault. This key is used to provide an additional level of encryption-at-rest for your knowledge base definition when you want full assurance that no one, not even Microsoft, can decrypt them. Once you have encrypted your knowledge base definition, it will always remain encrypted. The search service will ignore attempts to set this property to null. You can change this property as needed if you want to rotate your encryption key; Your knowledge base definition will be unaffected. Encryption with customer-managed keys is not available for free search services, and is only available for paid services created on or after January 1, 2019. (Inherited from KnowledgeSource) |
| ETag |
The ETag of the KnowledgeSource. (Inherited from KnowledgeSource) |
| Name |
The name of the knowledge source. (Inherited from KnowledgeSource) |
| RemoteSharePointParameters |
The parameters for the knowledge source. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |