Share via


IotHubStorageEndpointProperties Class

Definition

The properties of the Azure Storage endpoint for file upload.

public class IotHubStorageEndpointProperties
type IotHubStorageEndpointProperties = class
Public Class IotHubStorageEndpointProperties
Inheritance
IotHubStorageEndpointProperties

Constructors

IotHubStorageEndpointProperties(String, String)

Initializes a new instance of IotHubStorageEndpointProperties.

Properties

AuthenticationType

Specifies authentication type being used for connecting to the storage account.

ConnectionString

The connection string for the Azure Storage account to which files are uploaded.

ContainerName

The name of the root container where you upload files. The container need not exist but should be creatable using the connectionString specified.

SasTtlAsIso8601

The period of time for which the SAS URI generated by IoT Hub for file upload is valid. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload#file-upload-notification-configuration-options.

UserAssignedIdentity

The user assigned identity.

Applies to