Io THub File Upload Args
Constructors
Properties
The type used to authenticate against the storage account. Possible values are keyBased
and identityBased
. Defaults to keyBased
.
The connection string for the Azure Storage account to which files are uploaded.
The name of the root container where the files should be uploaded to. The container need not exist but should be creatable using the connection_string specified.
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
.
The ID of the User Managed Identity used to authenticate against the storage account.
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
.
The number of times the IoT Hub attempts to deliver a file upload notification message. Defaults to 10
.
Used to specify whether file notifications are sent to IoT Hub on upload. Defaults to false
.
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
.