ProfileResourceFormat interface
配置檔資源格式。
- Extends
屬性
api |
API 實體集名稱。 這會成為此物件中所參考之實體 Type 的 odata 實體集名稱。 |
attributes | Type 的屬性。 |
description | 屬性的當地語系化描述。 |
display |
屬性的當地語系化顯示名稱。 |
entity |
實體的類型。 |
fields | 配置檔的屬性。 |
instances |
實例計數。 |
large |
與 Property 或 EntityType 相關聯的大型影像。 |
last |
類型定義的上次變更時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
localized |
類型的任何自定義當地語系化屬性。 |
medium |
與 Property 或 EntityType 相關聯的中型影像。 |
provisioning |
布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
schema |
架構組織連結。 這有助於 ACI 識別並建議語意模型。 |
small |
與 Property 或 EntityType 相關聯的小型影像。 |
strong |
強大的標識碼。 |
tenant |
中樞名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
timestamp |
timestamp 屬性名稱。 表示互動或配置檔更新發生的時間。 |
type |
實體的名稱。 |
繼承的屬性
id | 資源標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
name | 資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
type | 資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
apiEntitySetName
API 實體集名稱。 這會成為此物件中所參考之實體 Type 的 odata 實體集名稱。
apiEntitySetName?: string
屬性值
string
attributes
Type 的屬性。
attributes?: {[propertyName: string]: string[]}
屬性值
{[propertyName: string]: string[]}
description
屬性的當地語系化描述。
description?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
displayName
屬性的當地語系化顯示名稱。
displayName?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
entityType
fields
instancesCount
實例計數。
instancesCount?: number
屬性值
number
largeImage
與 Property 或 EntityType 相關聯的大型影像。
largeImage?: string
屬性值
string
lastChangedUtc
類型定義的上次變更時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。
lastChangedUtc?: Date
屬性值
Date
localizedAttributes
類型的任何自定義當地語系化屬性。
localizedAttributes?: {[propertyName: string]: {[propertyName: string]: string}}
屬性值
{[propertyName: string]: {[propertyName: string]: string}}
mediumImage
與 Property 或 EntityType 相關聯的中型影像。
mediumImage?: string
屬性值
string
provisioningState
布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。
provisioningState?: string
屬性值
string
schemaItemTypeLink
架構組織連結。 這有助於 ACI 識別並建議語意模型。
schemaItemTypeLink?: string
屬性值
string
smallImage
與 Property 或 EntityType 相關聯的小型影像。
smallImage?: string
屬性值
string
strongIds
tenantId
中樞名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。
tenantId?: string
屬性值
string
timestampFieldName
timestamp 屬性名稱。 表示互動或配置檔更新發生的時間。
timestampFieldName?: string
屬性值
string
typeName
實體的名稱。
typeName?: string
屬性值
string