通过


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

KnowledgeBaseRemoteSharePointReference interface

表示远程 SharePoint 文档引用。

扩展

属性

searchSensitivityLabelInfo

有关应用于 SharePoint 文档的敏感度标签的信息。

type

多态鉴别器,它指定此对象可以的不同类型的

webUrl

引用数据的来源 URL。

继承属性

activitySource

引用的源活动 ID。

id

引用的 ID。

rerankerScore

文档引用的重新排序器分数。

sourceData

任何字典<>

属性详细信息

searchSensitivityLabelInfo

有关应用于 SharePoint 文档的敏感度标签的信息。

searchSensitivityLabelInfo?: SharePointSensitivityLabelInfo

属性值

type

多态鉴别器,它指定此对象可以的不同类型的

type: "remoteSharePoint"

属性值

"remoteSharePoint"

webUrl

引用数据的来源 URL。

webUrl?: string

属性值

string

继承属性详细信息

activitySource

引用的源活动 ID。

activitySource: number

属性值

number

继承自KnowledgeBaseReference.activitySource

id

引用的 ID。

id: string

属性值

string

继承自KnowledgeBaseReference.id

rerankerScore

文档引用的重新排序器分数。

rerankerScore?: number

属性值

number

继承自KnowledgeBaseReference.rerankerScore

sourceData

任何字典<>

sourceData?: {[propertyName: string]: any}

属性值

{[propertyName: string]: any}

继承自KnowledgeBaseReference.sourceData