Share via


RemoteSharePointKnowledgeSourceParameters interface

Parameters for remote SharePoint knowledge source.

Properties

containerTypeId

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

filterExpression

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

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.

Property Details

containerTypeId

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

containerTypeId?: string

Property Value

string

filterExpression

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

filterExpression?: string

Property Value

string

resourceMetadata

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.

resourceMetadata?: string[]

Property Value

string[]