Table of Contents

Constructor StoredContentCeiling

Namespace
MailFathom.Application.EmailContent.Storage
Assembly
MailFathom.Application.dll

StoredContentCeiling(long?)

Initializes the ceiling for the process.

public StoredContentCeiling(long? ceilingBytes)

Parameters

ceilingBytes long?

The configured ceiling, or null when storage is bounded only by the disk.

Exceptions

ArgumentOutOfRangeException

Thrown when ceilingBytes is not positive.