Partilhar via


StorageEndpointProperties interface

The properties of the Azure Storage endpoint for file upload.

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.

identity

Managed identity properties of storage endpoint for file upload.

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.

Property Details

authenticationType

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

authenticationType?: string

Property Value

string

connectionString

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

connectionString: string

Property Value

string

containerName

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

containerName: string

Property Value

string

identity

Managed identity properties of storage endpoint for file upload.

identity?: ManagedIdentity

Property Value

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.

sasTtlAsIso8601?: string

Property Value

string