ModuleProperties interface
模組屬性類型的定義。
屬性
| activity |
取得或設定模組的活動計數。 |
| content |
取得或設定模組的 contentLink。 |
| creation |
取得或設定建立時間。 |
| description | 取得或設定描述。 |
| error | 取得或設定模組的錯誤資訊。 |
| is |
取得或設定模組的類型,如果模組的複合型別為或否。 |
| is |
取得或設定模組的isGlobal旗標。 |
| last |
取得或設定上次修改的時間。 |
| provisioning |
取得或設定模組的布建狀態。 |
| size |
取得或設定模組位元組的大小。 |
| version | 取得或設定模組的版本。 |
屬性詳細資料
activityCount
取得或設定模組的活動計數。
activityCount?: number
屬性值
number
contentLink
creationTime
取得或設定建立時間。
creationTime?: Date
屬性值
Date
description
取得或設定描述。
description?: string
屬性值
string
error
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