Io THub File Upload
data class IoTHubFileUpload(val authenticationType: String? = null, val connectionString: String, val containerName: String, val defaultTtl: String? = null, val identityId: String? = null, val lockDuration: String? = null, val maxDeliveryCount: Int? = null, val notifications: Boolean? = null, val sasTtl: String? = null)
Constructors
Types
Properties
Link copied to clipboard
The period of time for which a file upload notification message is available to consume before it expires, specified as an ISO 8601 timespan duration. This value must be between 1 minute and 48 hours. Defaults to PT1H
.
Link copied to clipboard
The lock duration for the file upload notifications queue, specified as an ISO 8601 timespan duration. This value must be between 5 and 300 seconds. Defaults to PT1M
.
Link copied to clipboard
The period of time for which the SAS URI generated by IoT Hub for file upload is valid, specified as an ISO 8601 timespan duration. This value must be between 1 minute and 24 hours. Defaults to PT1H
.