MaxSnapshotFileSize

Field

Namespace: Diffstore.Entities.Filesystem

Declared in: Diffstore.Entities.Filesystem.FilesystemStorageOptions


Specifies the maximum snapshot file size. Defaults to 1 MB. Note: the file may contain one or more snapshots depending on the used ISnapshotManager implementation.

Syntax

public long MaxSnapshotFileSize = 1 * 1024 * 1024;

Back to index