你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FileNotification 类

定义

包含文件上传通知的属性

public class FileNotification
type FileNotification = class
Public Class FileNotification
继承
FileNotification

构造函数

FileNotification()

包含文件上传通知的属性

属性

BlobName

已上传文件的名称。

BlobSizeInBytes

上传的文件的大小(以字节为单位)。

BlobUri

已上传文件的 URI。

DeviceId

上传文件的设备的 ID。

EnqueuedTimeUtc

指示以 UTC 格式创建通知的日期和时间。

LastUpdatedTime

指示文件的上次更新时间(UTC)的日期和时间。

适用于