Skip to main content

Crate azure_iot_operations_connector

Crate azure_iot_operations_connector 

Source
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
DataOperationRef
Represents a DataOperation (Dataset, Event, or Stream) associated with a specific device, endpoint, and asset.
ManagementActionRef
Represents a ManagementAction associated with a specific device, endpoint, asset, and management group.
MessageSchemaReference
Reference of an existing Message Schema in the Schema Registry Service Represents a reference to a schema, including its name, version, and namespace.

Enums§

DataOperationKind
Represents the kind of a DataOperation
DataOperationName
Represents the name of a DataOperation

Type Aliases§

AdrConfigError
Config Error type used with the Azure Device Registry Service
MessageSchema
Message Schema to send to the Schema Registry Service
MessageSchemaBuilder
Builder for MessageSchema
MessageSchemaBuilderError
Error type for MessageSchemaBuilder