Package version:

Interface KnowledgeBaseIndexedOneLakeActivityArguments

Represents the arguments the indexed OneLake retrieval activity was run with.

interface KnowledgeBaseIndexedOneLakeActivityArguments {
    search?: string;
}

Properties

Properties

search?: string

The search string used to query indexed OneLake contents.