Eventhub Class
Single item in List or Get Event Hub operation.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
Eventhub(*, message_retention_in_days: int | None = None, partition_count: int | None = None, status: str | _models.EntityStatus | None = None, capture_description: _models.CaptureDescription | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
message_retention_in_days
|
Number of days to retain the events for this Event Hub, value should be 1 to 7 days. Default value: None
|
|
partition_count
|
Number of partitions created for the Event Hub, allowed values are from 1 to 32 partitions. Default value: None
|
|
status
|
str or
EntityStatus
Enumerates the possible values for the status of the Event Hub. Known values are: "Active", "Disabled", "Restoring", "SendDisabled", "ReceiveDisabled", "Creating", "Deleting", "Renaming", and "Unknown". Default value: None
|
|
capture_description
|
Properties of capture description. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long |
|
name
|
The name of the resource. |
|
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
|
partition_ids
|
Current number of shards on the Event Hub. |
|
created_at
|
Exact time the Event Hub was created. |
|
updated_at
|
The exact time the message was updated. |
|
message_retention_in_days
|
Number of days to retain the events for this Event Hub, value should be 1 to 7 days. |
|
partition_count
|
Number of partitions created for the Event Hub, allowed values are from 1 to 32 partitions. |
|
status
|
str or
EntityStatus
Enumerates the possible values for the status of the Event Hub. Known values are: "Active", "Disabled", "Restoring", "SendDisabled", "ReceiveDisabled", "Creating", "Deleting", "Renaming", and "Unknown". |
|
capture_description
|
Properties of capture description. |