AzureEventHubsFailureReason(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Failure when ingesting from an Azure Event Hubs source.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
namespace
:noindex: |
str
Optional. The namespace containing the event hub being ingested from. |
event_hub
:noindex: |
str
Optional. The name of the event hub being ingested from. |
partition_id
:noindex: |
int
Optional. The partition ID of the message that failed to be ingested. |
offset
:noindex: |
int
Optional. The offset within the partition of the message that failed to be ingested. |
api_violation_reason
:noindex: |
google.pubsub_v1.types.IngestionFailureEvent.ApiViolationReason
Optional. The Pub/Sub API limits prevented the desired message from being published. This field is a member of oneof _ reason .
|
schema_violation_reason
:noindex: |
google.pubsub_v1.types.IngestionFailureEvent.SchemaViolationReason
Optional. The Pub/Sub message failed schema validation. This field is a member of oneof _ reason .
|