Class: Type

iotcs.message.Message.ResourceMessage.Type()

new Type()

Enumeration of the type of resource report messages.
Properties:
Name Type Description
UPDATE string
DELETE string
RECONCILIATION string

Members

(static) DELETE :string

Type:
  • string
Default Value:
  • DELETE

(static) RECONCILIATION :string

Type:
  • string
Default Value:
  • RECONCILIATION

(static) UPDATE :string

Type:
  • string
Default Value:
  • UPDATE

Home