Share via


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