Contents

maximumFileSize

The maximum size of a regular file allowed in the volume.

Declaration

optional var maximumFileSize: UInt64 { get }

Discussion

Implement at least one of maximumFileSize or maximumFileSizeInBits. FSKit automatically converts from one to another if needed. If you implement both, FSKit uses only the maximumFileSizeInBits implementation.

See Also

Checking limits and configurations