EventSourceCommonProperties Class
Properties of the event source.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.timeseriesinsights.models._models_py3.ResourcePropertiesEventSourceCommonProperties
Constructor
EventSourceCommonProperties(*, timestamp_property_name: 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.
Variables
- provisioning_state
- str or ProvisioningState
Provisioning state of the resource. Possible values include: "Accepted", "Creating", "Updating", "Succeeded", "Failed", "Deleting".
- creation_time
- datetime
The time the resource was created.
Feedback
Submit and view feedback for