共用方式為


RemoteSharePointKnowledgeSourceParams interface

指定遠端 SharePoint 知識來源的執行階段參數

Extends

屬性

filterExpressionAddOn

套用至 SharePoint 資料來源的篩選條件。 它必須在關鍵字查詢語言語法中指定。 它將與知識來源定義中指定的篩選運算式結合。

kind

多型歧視性,指定這個物件可以是的不同類型

繼承的屬性

alwaysQuerySource

表示此知識來源應該略過來源選取,並一律在擷取時進行查詢。

includeReferences

指出是否應包含從此來源擷取的資料的參考。

includeReferenceSourceData

指出參照是否應該在其承載中包含擷取期間取得的結構化資料。

knowledgeSourceName

參數套用的索引名稱。

rerankerThreshold

所有擷取的文件都必須符合重新排序器臨界值,才能包含在回應中。

屬性詳細資料

filterExpressionAddOn

套用至 SharePoint 資料來源的篩選條件。 它必須在關鍵字查詢語言語法中指定。 它將與知識來源定義中指定的篩選運算式結合。

filterExpressionAddOn?: string

屬性值

string

kind

多型歧視性,指定這個物件可以是的不同類型

kind: "remoteSharePoint"

屬性值

"remoteSharePoint"

繼承的屬性詳細資料

alwaysQuerySource

表示此知識來源應該略過來源選取,並一律在擷取時進行查詢。

alwaysQuerySource?: boolean

屬性值

boolean

繼承自KnowledgeSourceParams.alwaysQuerySource

includeReferences

指出是否應包含從此來源擷取的資料的參考。

includeReferences?: boolean

屬性值

boolean

承襲自KnowledgeSourceParams.includeReferences

includeReferenceSourceData

指出參照是否應該在其承載中包含擷取期間取得的結構化資料。

includeReferenceSourceData?: boolean

屬性值

boolean

繼承自KnowledgeSourceParams.includeReferenceSourceData

knowledgeSourceName

參數套用的索引名稱。

knowledgeSourceName: string

屬性值

string

繼承自KnowledgeSourceParams.knowledgeSourceName

rerankerThreshold

所有擷取的文件都必須符合重新排序器臨界值,才能包含在回應中。

rerankerThreshold?: number

屬性值

number

承襲自KnowledgeSourceParams.rerankerThreshold