共用方式為


DataLakeFileAppendOptions.ContentHash Property

Definition

This hash is used to verify the integrity of the request content during transport. When this header is specified, the storage service compares the hash of the content that has arrived with this header value. If the two hashes do not match, the operation will fail with error code 400 (Bad Request). Note that this MD5 hash is not stored with the file. This header is associated with the request content, and not with the stored content of the file itself.

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

Property Value

Byte[]

Applies to