ArchiveInitializerSettingsConfigureOnDisk Method

Creates a ArchiveInitializerTKey, TValue that will reside on the disk.

Definition

Namespace: SnapDB.Snap.Services.Writer
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public void ConfigureOnDisk(
	IEnumerable<string> paths,
	long desiredRemainingSpace,
	ArchiveDirectoryMethod directoryMethod,
	EncodingDefinition encodingMethod,
	string prefix,
	string extension,
	params Guid[] flags
)

Parameters

paths  IEnumerableString
The paths to place the files.
desiredRemainingSpace  Int64
The desired free space to leave on the disk before moving to another disk.
directoryMethod  ArchiveDirectoryMethod
The method for storing files in a directory.
encodingMethod  EncodingDefinition
The encoding method to use for the archive file.
prefix  String
The prefix to affix to the files created.
extension  String
The extension file name.
flags  Guid
Flags to include in the archive that is created.

See Also