TrackingEventsDefinition Class
The tracking events definition.
All required parameters must be populated in order to send to Azure.
Constructor
TrackingEventsDefinition(*, source_type: str, events: List[TrackingEvent], track_events_options: str | TrackEventsOperationOptions | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
source_type
|
Required. The source type. |
track_events_options
|
The track events options. Possible values include: "None", "DisableSourceInfoEnrich". Default value: None
|
events
|
Required. The events. |
Variables
Name | Description |
---|---|
source_type
|
Required. The source type. |
track_events_options
|
The track events options. Possible values include: "None", "DisableSourceInfoEnrich". |
events
|
Required. The events. |