Namespace Azure.Iot.Operations.Connector
Namespaces
Classes
- AssetAvailableEventArgs
The event args for when an asset becomes available to sample.
- AssetChangedEventArgs
EventArgs with context about which Asset changed and what kind of change happened to it.
- ConnectorLeaderElectionConfiguration
Connector-level leader election configurations.
- ConnectorWorker
Base class for a connector worker that allows users to forward data sampled from datasets and/or data received from events.
- DeviceChangedEventArgs
EventArgs with context about which device changed and what kind of change happened to it.
- NoMessageSchemaProvider
An implementation of IMessageSchemaProvider where no datasets or events will register a message schema.
Interfaces
- IConnectorLeaderElectionConfigurationProvider
Defines how a user passes in leader election information to a connector application.
- IDatasetSampler
An object used by a connector to periodically sample a dataset on an asset.
- IDatasetSamplerFactory
Factory interface for creating IDatasetSampler instances.
- IMessageSchemaProvider
The interface for a connector to request message schema information about datasets and/or events
Enums
- ChangeType
The different ways that an asset or a device can change