Package version:

Interface RemoteSharePointKnowledgeSourceParameters

Parameters for remote SharePoint knowledge source.

interface RemoteSharePointKnowledgeSourceParameters {
    containerTypeId?: string;
    filterExpression?: string;
    resourceMetadata?: string[];
}

Properties

containerTypeId?: string

Container ID for SharePoint Embedded connection. When this is null, it will use SharePoint Online.

filterExpression?: string

Keyword Query Language (KQL) expression with queryable SharePoint properties and attributes to scope the retrieval before the query runs. See documentation: https://learn.microsoft.com/en-us/sharepoint/dev/general-development/keyword-query-language-kql-syntax-reference

resourceMetadata?: string[]

A list of metadata fields to be returned for each item in the response. Only retrievable metadata properties can be included in this list. By default, no metadata is returned. Optional.