DigitalTwinsModelData interface
A model definition and metadata for that model.
Properties
decommissioned | Indicates if the model is decommissioned. Decommissioned models cannot be referenced by newly created digital twins. |
description | A language map that contains the localized descriptions as specified in the model definition. |
display |
A language map that contains the localized display names as specified in the model definition. |
id | The id of the model as specified in the model definition. |
model | The model definition. |
upload |
The time the model was uploaded to the service. |
Property Details
decommissioned
Indicates if the model is decommissioned. Decommissioned models cannot be referenced by newly created digital twins.
decommissioned?: boolean
Property Value
boolean
description
A language map that contains the localized descriptions as specified in the model definition.
description?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
displayName
A language map that contains the localized display names as specified in the model definition.
displayName?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
id
The id of the model as specified in the model definition.
id: string
Property Value
string
model
The model definition.
model?: any
Property Value
any
uploadTime
The time the model was uploaded to the service.
uploadTime?: Date
Property Value
Date