EventSourceMutableProperties Class

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

Inheritance
EventSourceMutableProperties

Constructor

EventSourceMutableProperties(*, timestamp_property_name: Optional[str] = None, local_timestamp: Optional[azure.mgmt.timeseriesinsights.models._models_py3.LocalTimestamp] = 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.