FileKnowledgeSource(String, FileKnowledgeSourceParameters) Constructor
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.
Initializes a new instance of FileKnowledgeSource.
public FileKnowledgeSource(string name, Azure.Search.Documents.Indexes.Models.FileKnowledgeSourceParameters fileParameters);
new Azure.Search.Documents.Indexes.Models.FileKnowledgeSource : string * Azure.Search.Documents.Indexes.Models.FileKnowledgeSourceParameters -> Azure.Search.Documents.Indexes.Models.FileKnowledgeSource
Public Sub New (name As String, fileParameters As FileKnowledgeSourceParameters)
Parameters
- name
- String
The name of the knowledge source.
- fileParameters
- FileKnowledgeSourceParameters
The parameters for the File knowledge source.
Exceptions
name or fileParameters is null.