FileUploadCompletionNotification Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The request payload to send to IoT hub to notify it when a file upload is completed, whether successful or not.
public class FileUploadCompletionNotification
type FileUploadCompletionNotification = class
Public Class FileUploadCompletionNotification
- Inheritance
-
FileUploadCompletionNotification
Constructors
FileUploadCompletionNotification() |
Properties
CorrelationId |
The correlation id that maps this completion notification to the file upload. The value should equal the correlation id returned from IoT hub when first getting the SAS Uri for this file upload |
IsSuccess |
Whether the file upload was successful or not. This field is mandatory. |
StatusCode |
The status code for the file upload. This is user defined and will be presented to the service client listening for file upload notifications. This field is optional. |
StatusDescription |
A brief description of the file upload status. This is user defined and will be presented to the service client listening for file upload notifications. This field is optional. |
Applies to
Azure SDK for .NET