ModuleProperties interface

模組屬性類型的定義。

屬性

activityCount

取得或設定模組的活動計數。

contentLink

取得或設定模組的 contentLink。

creationTime

取得或設定建立時間。

description

取得或設定描述。

error

取得或設定模組的錯誤資訊。

isComposite

取得或設定模組的類型,如果模組的複合型別為或否。

isGlobal

取得或設定模組的isGlobal旗標。

lastModifiedTime

取得或設定上次修改的時間。

provisioningState

取得或設定模組的布建狀態。

sizeInBytes

取得或設定模組位元組的大小。

version

取得或設定模組的版本。

屬性詳細資料

activityCount

取得或設定模組的活動計數。

activityCount?: number

屬性值

number

取得或設定模組的 contentLink。

contentLink?: ContentLink

屬性值

creationTime

取得或設定建立時間。

creationTime?: Date

屬性值

Date

description

取得或設定描述。

description?: string

屬性值

string

error

取得或設定模組的錯誤資訊。

error?: ModuleErrorInfo

屬性值

isComposite

取得或設定模組的類型,如果模組的複合型別為或否。

isComposite?: boolean

屬性值

boolean

isGlobal

取得或設定模組的isGlobal旗標。

isGlobal?: boolean

屬性值

boolean

lastModifiedTime

取得或設定上次修改的時間。

lastModifiedTime?: Date

屬性值

Date

provisioningState

取得或設定模組的布建狀態。

provisioningState?: string

屬性值

string

sizeInBytes

取得或設定模組位元組的大小。

sizeInBytes?: number

屬性值

number

version

取得或設定模組的版本。

version?: string

屬性值

string