共用方式為


IndexerExecutionResult interface

表示個別索引子執行的結果。

屬性

endTime

如果執行已完成,則為這個索引子執行的結束時間。 注意:此屬性不會序列化。 它只能由伺服器填入。

errorMessage

指出最上層錯誤的錯誤訊息,如果有的話。 注意:此屬性不會序列化。 它只能由伺服器填入。

errors

專案層級的索引錯誤。 注意:此屬性不會序列化。 它只能由伺服器填入。

failedItemCount

在此索引子執行期間無法編制索引的專案數目。 注意:此屬性不會序列化。 它只能由伺服器填入。

finalTrackingState

變更索引子執行完成的追蹤狀態。 注意:此屬性不會序列化。 它只能由伺服器填入。

initialTrackingState

變更索引子執行啟動的追蹤狀態。 注意:此屬性不會序列化。 它只能由伺服器填入。

itemCount

在此索引子執行期間已處理的專案數。 這包括已成功處理的專案,以及嘗試編制索引但失敗的專案。 注意:此屬性不會序列化。 它只能由伺服器填入。

startTime

這個索引子執行的開始時間。 注意:此屬性不會序列化。 它只能由伺服器填入。

status

這個索引子執行的結果。 注意:此屬性不會序列化。 它只能由伺服器填入。

warnings

專案層級的索引警告。 注意:此屬性不會序列化。 它只能由伺服器填入。

屬性詳細資料

endTime

如果執行已完成,則為這個索引子執行的結束時間。 注意:此屬性不會序列化。 它只能由伺服器填入。

endTime?: Date

屬性值

Date

errorMessage

指出最上層錯誤的錯誤訊息,如果有的話。 注意:此屬性不會序列化。 它只能由伺服器填入。

errorMessage?: string

屬性值

string

errors

專案層級的索引錯誤。 注意:此屬性不會序列化。 它只能由伺服器填入。

errors: SearchIndexerError[]

屬性值

failedItemCount

在此索引子執行期間無法編制索引的專案數目。 注意:此屬性不會序列化。 它只能由伺服器填入。

failedItemCount: number

屬性值

number

finalTrackingState

變更索引子執行完成的追蹤狀態。 注意:此屬性不會序列化。 它只能由伺服器填入。

finalTrackingState?: string

屬性值

string

initialTrackingState

變更索引子執行啟動的追蹤狀態。 注意:此屬性不會序列化。 它只能由伺服器填入。

initialTrackingState?: string

屬性值

string

itemCount

在此索引子執行期間已處理的專案數。 這包括已成功處理的專案,以及嘗試編制索引但失敗的專案。 注意:此屬性不會序列化。 它只能由伺服器填入。

itemCount: number

屬性值

number

startTime

這個索引子執行的開始時間。 注意:此屬性不會序列化。 它只能由伺服器填入。

startTime?: Date

屬性值

Date

status

這個索引子執行的結果。 注意:此屬性不會序列化。 它只能由伺服器填入。

status: IndexerExecutionStatus

屬性值

warnings

專案層級的索引警告。 注意:此屬性不會序列化。 它只能由伺服器填入。

warnings: SearchIndexerWarning[]

屬性值