共用方式為


MongoDbRestartCommand interface

在整體或部分中重新啟動移轉之命令的屬性

Extends

屬性

commandType

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

input

命令輸入

繼承的屬性

errors

錯誤的陣列。 如果提交,則會忽略此專案。 注意:這個屬性不會串行化。 它只能由伺服器填入。

state

命令的狀態。 如果提交,則會忽略此專案。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

commandType

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

commandType: "restart"

屬性值

"restart"

input

命令輸入

input?: MongoDbCommandInput

屬性值

繼承的屬性詳細資料

errors

錯誤的陣列。 如果提交,則會忽略此專案。 注意:這個屬性不會串行化。 它只能由伺服器填入。

errors?: ODataError[]

屬性值

繼承自CommandProperties.errors

state

命令的狀態。 如果提交,則會忽略此專案。 注意:這個屬性不會串行化。 它只能由伺服器填入。

state?: string

屬性值

string

繼承自CommandProperties.state