SearchModelFactory.KnowledgeBaseAzureBlobActivityArguments(String) Method

Definition

Represents the arguments the azure blob retrieval activity was run with.

public static Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseAzureBlobActivityArguments KnowledgeBaseAzureBlobActivityArguments(string search = default);
static member KnowledgeBaseAzureBlobActivityArguments : string -> Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseAzureBlobActivityArguments
Public Shared Function KnowledgeBaseAzureBlobActivityArguments (Optional search As String = Nothing) As KnowledgeBaseAzureBlobActivityArguments

Parameters

search
String

The search string used to query blob contents.

Returns

A new KnowledgeBaseAzureBlobActivityArguments instance for mocking.

Applies to