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

StageBlockFromUriOptions.SourceContentHash 属性

定义

sourceUri 中块内容的可选 MD5 哈希。 此哈希用于在从 Uri 传输数据期间验证块的完整性。 指定此哈希后,存储服务会将已从 sourceUri 到达的内容的哈希与此值进行比较。 请注意,此 md5 哈希不随 Blob 一起存储。 如果两个哈希不匹配,则操作将失败,并显示 RequestFailedException

public byte[] SourceContentHash { get; set; }
member this.SourceContentHash : byte[] with get, set
Public Property SourceContentHash As Byte()

属性值

Byte[]

适用于