Expand description
Connector framework for Azure IoT Operations
Modules§
- base_
connector - Types for Azure IoT Operations Connectors.
- data_
processor - Pre-built data processors for common use cases.
- deployment_
artifacts - Utilities for extracting data from filemounts in an Akri deployment
- destination_
endpoint - Traits, types, and implementations for Azure IoT Operations Connector Destination Endpoints.
- management_
action_ executor - Traits, types, and implementations for Azure IoT Operations Connector Management Action Executor.
Structs§
- Data
- Struct format for data sent to the destination
- Data
Operation Ref - Represents a
DataOperation(Dataset, Event, or Stream) associated with a specific device, endpoint, and asset. - Management
Action Ref - Represents a
ManagementActionassociated with a specific device, endpoint, asset, and management group. - Message
Schema Reference - Reference of an existing Message Schema in the Schema Registry Service Represents a reference to a schema, including its name, version, and namespace.
Enums§
- Data
Operation Kind - Represents the kind of a
DataOperation - Data
Operation Name - Represents the name of a
DataOperation
Type Aliases§
- AdrConfig
Error - Config Error type used with the Azure Device Registry Service
- Message
Schema - Message Schema to send to the Schema Registry Service
- Message
Schema Builder - Builder for
MessageSchema - Message
Schema Builder Error - Error type for
MessageSchemaBuilder