Table of Contents

Property Value

Namespace
MailFathom.Application.Emails.Chunking
Assembly
MailFathom.Application.dll

Value

Gets the digest as sixty-four lowercase hexadecimal characters.

public string Value { get; }

Property Value

string

Remarks

Text rather than bytea, because this value is compared, grouped, and read: re-chunking decides what to write by comparing digests, and an operator asking what a stored chunk is looks at one. Raw MIME's digest is bytes for the opposite reason — nothing reads it, one writer computes it and one reader verifies it.