EventHubConfigurationResponse

data class EventHubConfigurationResponse(val id: String, val reportingInterval: Int? = null)

Configuration for sending packet core events to Azure Event Hub.

Constructors

Link copied to clipboard
constructor(id: String, reportingInterval: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource ID of Azure Event Hub to send packet core events to.

Link copied to clipboard
val reportingInterval: Int? = null

The duration (in seconds) between UE usage reports.