BlobHttpHeaders.ContentHash Property

Definition

An MD5 hash of the blob content. This hash is used to verify the integrity of the blob during transport. When this header is specified, the storage service checks the hash that has arrived with the one that was sent. If the two hashes do not match, the operation will fail with error code 400 (Bad Request).

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

Property Value

Byte[]

Applies to