EventHubPropertiesArgs

data class EventHubPropertiesArgs(val partitionCount: Output<Int>? = null, val retentionTimeInDays: Output<Double>? = null) : ConvertibleToJava<EventHubPropertiesArgs>

The properties of the provisioned Event Hub-compatible endpoint used by the IoT hub.

Constructors

Link copied to clipboard
constructor(partitionCount: Output<Int>? = null, retentionTimeInDays: Output<Double>? = null)

Properties

Link copied to clipboard
val partitionCount: Output<Int>? = null

The number of partitions for receiving device-to-cloud messages in the Event Hub-compatible endpoint. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#device-to-cloud-messages.

Link copied to clipboard
val retentionTimeInDays: Output<Double>? = null

The retention time for device-to-cloud messages in days. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#device-to-cloud-messages

Functions

Link copied to clipboard
open override fun toJava(): EventHubPropertiesArgs