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

BlobSyncUploadFromUriOptions.ContentHash Property

Definition

Optional. An MD5 hash of the content. This hash is used to verify the integrity of the content during transport. When this header is specified, the storage service compares the hash of the content that has arrived with this header value. Note that this MD5 hash is not stored with the blob.If the two hashes do not match, the operation will fail.

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

Property Value

Byte[]

Applies to