Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StorageEndpointProperties

Package version

The properties of the Azure Storage endpoint for file upload.

Hierarchy

  • StorageEndpointProperties

Index

Properties

connectionString

connectionString: string

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

containerName

containerName: string

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

Optional sasTtlAsIso8601

sasTtlAsIso8601: undefined | string

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.

Generated using TypeDoc