EventHubEventSourceMutableProperties Class
An object that represents a set of mutable EventHub event source resource properties.
- Inheritance
-
azure.mgmt.timeseriesinsights.models._models_py3.EventSourceMutablePropertiesEventHubEventSourceMutableProperties
Constructor
EventHubEventSourceMutableProperties(*, 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
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
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
The value of the shared access key that grants the Time Series Insights service read access to the event hub. This property is not shown in event source responses.
Feedback
Submit and view feedback for