PageBlobUploadPagesFromUriOptions.SourceContentHash Property

Definition

Optional MD5 hash of the page block content from the sourceUri. This hash is used to verify the integrity of the block during transport of the data from the Uri. When this hash is specified, the storage service compares the hash of the content that has arrived from the sourceUri with this value. Note that this md5 hash is not stored with the blob. If the two hashes do not match, the operation will fail with a RequestFailedException.

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

Property Value

Byte[]

Applies to