Event Hub Properties Args
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.
Properties
Link copied to clipboard
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
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