Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DigitalTwinsModelData

Package version

A model definition and metadata for that model.

Hierarchy

  • DigitalTwinsModelData

Index

Properties

Optional decommissioned

decommissioned: undefined | false | true

Indicates if the model is decommissioned. Decommissioned models cannot be referenced by newly created digital twins.

Optional description

description: undefined | {}

A language map that contains the localized descriptions as specified in the model definition.

Optional displayName

displayName: undefined | {}

A language map that contains the localized display names as specified in the model definition.

id

id: string

The id of the model as specified in the model definition.

Optional model

model: any

The model definition.

Optional uploadTime

uploadTime: Date

The time the model was uploaded to the service.

Generated using TypeDoc