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