FileUploadSasUriResponse Class

Definition

The information provided from IoT hub that can be used with the Azure Storage SDK to upload a file from your device.

public class FileUploadSasUriResponse
type FileUploadSasUriResponse = class
Public Class FileUploadSasUriResponse
Inheritance
FileUploadSasUriResponse

Constructors

FileUploadSasUriResponse()

Properties

BlobName

The name of the blob in the container that the file can be uploaded to.

ContainerName

The container in the storage account that the file can be uploaded to.

CorrelationId

The correlation id to use when notifying IoT hub later once this file upload has completed.

HostName

The host name of the storage account that the file can be uploaded to.

SasToken

The sas token to use for authentication while using the Azure Storage SDK to upload the file.

Methods

GetBlobUri()

Get the complete Uri for the blob that can be uploaded to from this device. This Uri includes credentials, too.

Applies to