EHNamespace interface
Single Namespace item in List or Get Operation
- Extends
Properties
| created |
The time the Namespace was created. |
| is |
Value that indicates whether AutoInflate is enabled for eventhub namespace. |
| kafka |
Value that indicates whether Kafka is enabled for eventhub namespace. |
| maximum |
Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true) |
| metric |
Identifier for Azure Insights metrics. |
| provisioning |
Provisioning state of the Namespace. |
| service |
Endpoint you can use to perform Service Bus operations. |
| sku | Properties of sku resource |
| updated |
The time the Namespace was updated. |
Inherited Properties
| id | Resource Id |
| location | Resource location |
| name | Resource name |
| tags | Resource tags |
| type | Resource type |
Property Details
createdAt
The time the Namespace was created.
createdAt?: Date
Property Value
Date
isAutoInflateEnabled
Value that indicates whether AutoInflate is enabled for eventhub namespace.
isAutoInflateEnabled?: boolean
Property Value
boolean
kafkaEnabled
Value that indicates whether Kafka is enabled for eventhub namespace.
kafkaEnabled?: boolean
Property Value
boolean
maximumThroughputUnits
Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)
maximumThroughputUnits?: number
Property Value
number
metricId
Identifier for Azure Insights metrics.
metricId?: string
Property Value
string
provisioningState
Provisioning state of the Namespace.
provisioningState?: string
Property Value
string
serviceBusEndpoint
Endpoint you can use to perform Service Bus operations.
serviceBusEndpoint?: string
Property Value
string
sku
updatedAt
The time the Namespace was updated.
updatedAt?: Date
Property Value
Date
Inherited Property Details
id
location
name
tags
Resource tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResource.tags