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.
- Inheritance
-
azure.mgmt.eventhub.v2021_01_01_preview.models._models_py3.ResourceEventhub
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. |
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. |
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". |
system_data
|
The system meta data relating to this resource. |
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. |
Azure SDK for Python