EventHubEventSourceUpdateParameters Class

Parameters supplied to the Update Event Source operation to update an EventHub event source.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.timeseriesinsights.models._models_py3.EventSourceUpdateParameters
EventHubEventSourceUpdateParameters

Constructor

EventHubEventSourceUpdateParameters(*, tags: Optional[Dict[str, str]] = None, 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

tags
dict[str, str]
Required

A set of tags. Key-value pairs of additional properties for the event source.

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 event hub. This property is not shown in event source responses.

Variables

kind
str or EventSourceKind

The kind of the event source.Constant filled by server. Possible values include: "Microsoft.EventHub", "Microsoft.IoTHub".