GetEventHubEventSourceResult

data class GetEventHubEventSourceResult(val azureApiVersion: String, val consumerGroupName: String, val creationTime: String, val eventHubName: String, val eventSourceResourceId: String, val id: String, val keyName: String, val kind: String, val localTimestamp: LocalTimestampResponse? = null, val location: String, val name: String, val provisioningState: String, val serviceBusNamespace: String, val tags: Map<String, String>? = null, val time: String? = null, val timestampPropertyName: String? = null, val type: String)

An event source that receives its data from an Azure EventHub.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, consumerGroupName: String, creationTime: String, eventHubName: String, eventSourceResourceId: String, id: String, keyName: String, kind: String, localTimestamp: LocalTimestampResponse? = null, location: String, name: String, provisioningState: String, serviceBusNamespace: String, tags: Map<String, String>? = null, time: String? = null, timestampPropertyName: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The name of the event hub's consumer group that holds the partitions from which events will be read.

Link copied to clipboard

The time the resource was created.

Link copied to clipboard

The name of the event hub.

Link copied to clipboard

The resource id of the event source in Azure Resource Manager.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

The name of the SAS key that grants the Time Series Insights service access to the event hub. The shared access policies for this key must grant 'Listen' permissions to the event hub.

Link copied to clipboard

The kind of the event source. Expected value is 'Microsoft.EventHub'.

Link copied to clipboard

An object that represents the local timestamp property. It contains the format of local timestamp that needs to be used and the corresponding timezone offset information. If a value isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed with the events.

Link copied to clipboard

Resource location

Link copied to clipboard

Resource name

Link copied to clipboard

Provisioning state of the resource.

Link copied to clipboard

The name of the service bus that contains the event hub.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard
val time: String? = null

ISO8601 UTC datetime with seconds precision (milliseconds are optional), specifying the date and time that will be the starting point for Events to be consumed.

Link copied to clipboard

The event property that will be used as the event source's timestamp. If a value isn't specified for timestampPropertyName, or if null or empty-string is specified, the event creation time will be used.

Link copied to clipboard

Resource type