Class IotItemCollection
Represents the collection of IoT Items in an IoT Gateway agent.
[Endpoint("/config/v1/project/_iot_gateway/mqtt_clients/{agentName}/iot_items", null)]
public class IotItemCollection : EntityCollection<IotItem>, IList<IotItem>, ICollection<IotItem>, IReadOnlyList<IotItem>, IReadOnlyCollection<IotItem>, IEnumerable<IotItem>, IList, ICollection, IEnumerable, IHaveOwner
- Inheritance
-
IotItemCollection
- Implements
- Inherited Members
Constructors
- IotItemCollection()
Initializes a new instance of the IotItemCollection class.