public class FileUploadSasUriRequest extends Object
| Constructor and Description |
|---|
FileUploadSasUriRequest(String blobName)
Create an instance of the FileUploadSasUriRequest based on the provided blobName.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBlobName() |
void |
setBlobName(String blobName)
Set the blob name that will be created in Azure Storage to upload to.
|
String |
toJson()
Convert this class to json.
|
public FileUploadSasUriRequest(String blobName)
blobName - is the name of the blob (file name in the blob) that IoT Hub will make Azure Storage
create for this file upload. This field is mandatorypublic String getBlobName()
public void setBlobName(String blobName)
public String toJson()
Copyright © 2021. All rights reserved.