SearchModelFactory.KnowledgeBaseIndexedOneLakeActivityArguments 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.
Initializes a new instance of KnowledgeBaseIndexedOneLakeActivityArguments.
public static Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseIndexedOneLakeActivityArguments KnowledgeBaseIndexedOneLakeActivityArguments(string search = default);
static member KnowledgeBaseIndexedOneLakeActivityArguments : string -> Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseIndexedOneLakeActivityArguments
Public Shared Function KnowledgeBaseIndexedOneLakeActivityArguments (Optional search As String = Nothing) As KnowledgeBaseIndexedOneLakeActivityArguments
Parameters
- search
- String
The search string used to query indexed OneLake contents.
Returns
A new KnowledgeBaseIndexedOneLakeActivityArguments instance for mocking.