IoTHubEventSourceMutableProperties Class

An object that represents a set of mutable IoTHub event source resource properties.

Inheritance
azure.mgmt.timeseriesinsights.models._models_py3.EventSourceMutableProperties
IoTHubEventSourceMutableProperties

Constructor

IoTHubEventSourceMutableProperties(*, timestamp_property_name: Optional[str] = None, local_timestamp: Optional[azure.mgmt.timeseriesinsights.models._models_py3.LocalTimestamp] = None, shared_access_key: Optional[str] = None, **kwargs)

Parameters

timestamp_property_name
str
Required

The event property that will be used as the event source's timestamp. If a value isn't specified for timestampPropertyName, or if null or empty-string is specified, the event creation time will be used.

local_timestamp
LocalTimestamp
Required

An object that represents the local timestamp property. It contains the format of local timestamp that needs to be used and the corresponding timezone offset information. If a value isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed with the events.

shared_access_key
str
Required

The value of the shared access key that grants the Time Series Insights service read access to the iot hub. This property is not shown in event source responses.