SearchModelFactory.KnowledgeBaseAzureBlobReference Method

Definition

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, Azure.Search.Documents.KnowledgeBases.Models.PurviewSensitivityLabelInfo searchSensitivityLabelInfo = default);
static member KnowledgeBaseAzureBlobReference : string * int * System.Collections.Generic.IDictionary<string, BinaryData> * Nullable<single> * Uri * Azure.Search.Documents.KnowledgeBases.Models.PurviewSensitivityLabelInfo -> 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, Optional searchSensitivityLabelInfo As PurviewSensitivityLabelInfo = 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.

rerankerScore
Nullable<Single>

The reranker score for the document reference.

blobUrl
Uri

The blob URL for the reference.

searchSensitivityLabelInfo
PurviewSensitivityLabelInfo

The sensitivity label information for the reference.

Returns

A new KnowledgeBaseAzureBlobReference instance for mocking.

Applies to