VFSConfiguration.WithMaxFileSize(long).md

January 20, 2026 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.VFSConfiguration

VFSConfiguration.WithMaxFileSize(long) Method

Creates a new configuration with custom maximum file size.

public Atypical.VirtualFileSystem.Core.VFSConfiguration WithMaxFileSize(long maxSize);

Parameters

maxSize System.Int64

Maximum file size in bytes.

Returns

VFSConfiguration
A new configuration with the specified maximum file size.

Contents

  1. 0.1Atypical.VirtualFileSystem.Core.VFSConfiguration
  2. 1VFSConfiguration.WithMaxFileSize(long) Method