Package version:

Interface KnowledgeBaseAzureBlobActivityArguments

Represents the arguments the azure blob retrieval activity was run with.

interface KnowledgeBaseAzureBlobActivityArguments {
    search?: string;
}

Properties

Properties

search?: string

The search string used to query blob contents.