CombineFilesTKey, TValue Constructor

Creates a stage writer.

Definition

Namespace: SnapDB.Snap.Services.Writer
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public CombineFiles(
	CombineFilesSettings settings,
	ArchiveList<TKey, TValue> archiveList,
	RolloverLog rolloverLog
)

Parameters

settings  CombineFilesSettings
the settings for this stage
archiveList  ArchiveListTKey, TValue
the archive list
rolloverLog  RolloverLog
the rollover log

See Also