ChecksumOptions Class

Definition

public sealed class ChecksumOptions
type ChecksumOptions = class
Public NotInheritable Class ChecksumOptions
Inheritance
ChecksumOptions

Constructors

ChecksumOptions()

Properties

DisableContentCRC64Validation

Gets or sets a value to indicate that CRC64 validation will be disabled when downloading blobs.

DisableContentMD5Validation

Gets or sets a value to indicate that MD5 validation will be disabled when downloading blobs.

StoreContentMD5

Gets or sets a value to indicate that an MD5 hash will be calculated and stored when uploading a blob.

UseTransactionalCRC64

Gets or sets a value to calculate and send/validate content CRC64 for transactions.

UseTransactionalMD5

Gets or sets a value to calculate and send/validate content MD5 for transactions.

Applies to