Configuration Class
The configuration for Iot Hub device and module twins.
- Inheritance
-
Configuration
Constructor
Configuration(*, id: Optional[str] = None, schema_version: Optional[str] = None, labels=None, content=None, target_condition: Optional[str] = None, created_time_utc=None, last_updated_time_utc=None, priority: Optional[int] = None, system_metrics=None, metrics=None, etag: Optional[str] = None, **kwargs)
Parameters
- target_condition
- str
Required
The query used to define the targeted devices or modules. The query is based on twin tags and/or reported properties.
- system_metrics
- ConfigurationMetrics
Required
The system metrics computed by the IoT Hub that cannot be customized.
- metrics
- ConfigurationMetrics
Required
The custom metrics specified by the developer as queries against twin reported properties.
Feedback
Submit and view feedback for