FileUploadNotification Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. messaging. FileUploadNotification
- com.
public class FileUploadNotification
Constructor Summary
Constructor | Description | |
---|---|---|
FileUploadNotification(String deviceId, String blobUri, String blobName, Date lastUpdatedTimeDate, Long blobSizeInBytes, Date enqueuedTimeUtcDate) |
Constructor Details
FileUploadNotification
public FileUploadNotification(String deviceId, String blobUri, String blobName, Date lastUpdatedTimeDate, Long blobSizeInBytes, Date enqueuedTimeUtcDate)
Parameters:
deviceId
blobUri
blobName
lastUpdatedTimeDate
blobSizeInBytes
enqueuedTimeUtcDate
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java