AzureBlobKnowledgeSourceParams 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.
Specifies runtime parameters for a azure blob knowledge source.
public class AzureBlobKnowledgeSourceParams : Azure.Search.Documents.KnowledgeBases.Models.KnowledgeSourceParams, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.AzureBlobKnowledgeSourceParams>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.AzureBlobKnowledgeSourceParams>
type AzureBlobKnowledgeSourceParams = class
inherit KnowledgeSourceParams
interface IJsonModel<AzureBlobKnowledgeSourceParams>
interface IPersistableModel<AzureBlobKnowledgeSourceParams>
Public Class AzureBlobKnowledgeSourceParams
Inherits KnowledgeSourceParams
Implements IJsonModel(Of AzureBlobKnowledgeSourceParams), IPersistableModel(Of AzureBlobKnowledgeSourceParams)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| AzureBlobKnowledgeSourceParams(String) |
Initializes a new instance of AzureBlobKnowledgeSourceParams. |
Properties
| Name | Description |
|---|---|
| AlwaysQuerySource |
Indicates that this knowledge source should bypass source selection and always be queried at retrieval time. (Inherited from KnowledgeSourceParams) |
| IncludeReferences |
Indicates whether references should be included for data retrieved from this source. (Inherited from KnowledgeSourceParams) |
| IncludeReferenceSourceData |
Indicates whether references should include the structured data obtained during retrieval in their payload. (Inherited from KnowledgeSourceParams) |
| KnowledgeSourceName |
The name of the index the params apply to. (Inherited from KnowledgeSourceParams) |
| RerankerThreshold |
The reranker threshold all retrieved documents must meet to be included in the response. (Inherited from KnowledgeSourceParams) |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |