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

FileRequestOptions.StoreFileContentMD5 属性

定义

获取或设置一个值,用于指示上载文件时要计算并存储 MD5 哈希。

public bool? StoreFileContentMD5 { get; set; }
member this.StoreFileContentMD5 : Nullable<bool> with get, set
Public Property StoreFileContentMD5 As Nullable(Of Boolean)

属性值

要在上载文件时要计算并存储 MD5 哈希,请使用 true;否则使用 false。

适用于