Table of Contents

Class ShadowProperties

Namespace
nanoFramework.Aws.IoTCore.Devices.Shadows
Assembly
nanoFramework.Aws.IoTCore.Devices.dll

Represents Shadow properties

public class ShadowProperties
Inheritance
ShadowProperties
Inherited Members
Extension Methods

Remarks

Decodes State and Metadata types.

Constructors

ShadowProperties()

Initializes a new instance of ShadowProperties

public ShadowProperties()

ShadowProperties(Hashtable)

Initializes a new instance of ShadowProperties

public ShadowProperties(Hashtable shadowProperties)

Parameters

shadowProperties Hashtable

Hashtable for the shadow state properties

Remarks

Decodes State or Metadata properties.

Properties

desired

Gets and sets the Shadow desired properties.

public Hashtable desired { get; set; }

Property Value

Hashtable

reported

Gets and sets the Shadow reported properties.

public Hashtable reported { get; set; }

Property Value

Hashtable