SearchModelFactory.KnowledgeBaseFileActivityArguments(String) 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.
Represents the arguments the File retrieval activity was run with.
public static Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseFileActivityArguments KnowledgeBaseFileActivityArguments(string search = default);
static member KnowledgeBaseFileActivityArguments : string -> Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseFileActivityArguments
Public Shared Function KnowledgeBaseFileActivityArguments (Optional search As String = Nothing) As KnowledgeBaseFileActivityArguments
Parameters
- search
- String
The search string used to query file contents.
Returns
A new KnowledgeBaseFileActivityArguments instance for mocking.