共用方式為


RemoteSharePointKnowledgeSourceParameters interface

遠端 SharePoint 知識來源的參數。

屬性

containerTypeId

SharePoint Embedded 連線的容器識別碼。 當此值為 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 連線的容器識別碼。 當此值為 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[]