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.
Represents the arguments the indexed OneLake retrieval activity was run with.
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.