Creates a new configuration with custom maximum file size.
public Atypical.VirtualFileSystem.Core.VFSConfiguration WithMaxFileSize(long maxSize);maxSize System.Int64
Maximum file size in bytes.
VFSConfiguration
A new configuration with the specified maximum file size.