RemoteSharePointKnowledgeSourceParameters interface
Parameters for remote SharePoint knowledge source.
Properties
| container |
Container ID for SharePoint Embedded connection. When this is null, it will use SharePoint Online. |
| filter |
Keyword Query Language (KQL) expression with queryable SharePoint properties and attributes to scope the retrieval before the query runs. |
| resource |
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. |
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.
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.
resourceMetadata?: string[]
Property Value
string[]