通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RemoteSharePointKnowledgeSourceParameters interface

远程 SharePoint 知识源的参数。

属性

containerTypeId

SharePoint Embedded 连接的容器 ID。 当此值为 null 时,它将使用 SharePoint Online。

filterExpression

关键字查询语言 (KQL) 表达式,其中包含可查询的 SharePoint 属性和属性,用于在查询运行之前限定检索范围。 请参阅文档: https://learn.microsoft.com/en-us/sharepoint/dev/general-development/keyword-query-language-kql-syntax-reference

resourceMetadata

要为响应中的每个项返回的元数据字段列表。 此列表中只能包含可检索的元数据属性。 默认情况下,不返回元数据。 可选。

属性详细信息

containerTypeId

SharePoint Embedded 连接的容器 ID。 当此值为 null 时,它将使用 SharePoint Online。

containerTypeId?: string

属性值

string

filterExpression

关键字查询语言 (KQL) 表达式,其中包含可查询的 SharePoint 属性和属性,用于在查询运行之前限定检索范围。 请参阅文档: https://learn.microsoft.com/en-us/sharepoint/dev/general-development/keyword-query-language-kql-syntax-reference

filterExpression?: string

属性值

string

resourceMetadata

要为响应中的每个项返回的元数据字段列表。 此列表中只能包含可检索的元数据属性。 默认情况下,不返回元数据。 可选。

resourceMetadata?: string[]

属性值

string[]