SearchIndexerLimits interface

代表索引器可施加的限制。

屬性

maxDocumentContentCharactersToExtract

要從檔擷取以編製索引的字元數上限。

maxDocumentExtractionSize

檔的大小上限,以位元組為單位,這會被視為有效的索引編制。

maxRunTime

索引器允許執行一次執行的最大持續時間。

屬性詳細資料

maxDocumentContentCharactersToExtract

要從檔擷取以編製索引的字元數上限。

maxDocumentContentCharactersToExtract?: number

屬性值

number

maxDocumentExtractionSize

檔的大小上限,以位元組為單位,這會被視為有效的索引編制。

maxDocumentExtractionSize?: number

屬性值

number

maxRunTime

索引器允許執行一次執行的最大持續時間。

maxRunTime?: string

屬性值

string