SearchModelFactory.KnowledgeBaseAzureBlobReference Method
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.
Overloads
| Name | Description |
|---|---|
| KnowledgeBaseAzureBlobReference(String, Int32, IDictionary<String,BinaryData>, Nullable<Single>, Uri) |
Represents an Azure Blob Storage document reference. |
| KnowledgeBaseAzureBlobReference(String, Int32, IReadOnlyDictionary<String,Object>, Nullable<Single>, String) |
Initializes a new instance of KnowledgeBaseAzureBlobReference. |
KnowledgeBaseAzureBlobReference(String, Int32, IDictionary<String,BinaryData>, Nullable<Single>, Uri)
- Source:
- SearchModelFactory.cs
Represents an Azure Blob Storage document reference.
public static Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseAzureBlobReference KnowledgeBaseAzureBlobReference(string id = default, int activitySource = 0, System.Collections.Generic.IDictionary<string,BinaryData> sourceData = default, float? rerankerScore = default, Uri blobUrl = default);
static member KnowledgeBaseAzureBlobReference : string * int * System.Collections.Generic.IDictionary<string, BinaryData> * Nullable<single> * Uri -> Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseAzureBlobReference
Public Shared Function KnowledgeBaseAzureBlobReference (Optional id As String = Nothing, Optional activitySource As Integer = 0, Optional sourceData As IDictionary(Of String, BinaryData) = Nothing, Optional rerankerScore As Nullable(Of Single) = Nothing, Optional blobUrl As Uri = Nothing) As KnowledgeBaseAzureBlobReference
Parameters
- id
- String
The ID of the reference.
- activitySource
- Int32
The source activity ID for the reference.
- sourceData
- IDictionary<String,BinaryData>
The source data for the reference.
- blobUrl
- Uri
The blob URL for the reference.
Returns
A new KnowledgeBaseAzureBlobReference instance for mocking.
Applies to
KnowledgeBaseAzureBlobReference(String, Int32, IReadOnlyDictionary<String,Object>, Nullable<Single>, String)
- Source:
- SearchModelFactory.cs
Initializes a new instance of KnowledgeBaseAzureBlobReference.
public static Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseAzureBlobReference KnowledgeBaseAzureBlobReference(string id = default, int activitySource = 0, System.Collections.Generic.IReadOnlyDictionary<string,object> sourceData = default, float? rerankerScore = default, string blobUrl = default);
static member KnowledgeBaseAzureBlobReference : string * int * System.Collections.Generic.IReadOnlyDictionary<string, obj> * Nullable<single> * string -> Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseAzureBlobReference
Public Shared Function KnowledgeBaseAzureBlobReference (Optional id As String = Nothing, Optional activitySource As Integer = 0, Optional sourceData As IReadOnlyDictionary(Of String, Object) = Nothing, Optional rerankerScore As Nullable(Of Single) = Nothing, Optional blobUrl As String = Nothing) As KnowledgeBaseAzureBlobReference
Parameters
- id
- String
The ID of the reference.
- activitySource
- Int32
The source activity ID for the reference.
- sourceData
- IReadOnlyDictionary<String,Object>
Dictionary of <any>.
- blobUrl
- String
The blob URL for the reference.
Returns
A new KnowledgeBaseAzureBlobReference instance for mocking.