SimplifiedFileWriter Constructor

Creates a simplified file writer.

Definition

Namespace: SnapDB.IO.FileStructure
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public SimplifiedFileWriter(
	string pendingFileName,
	string completeFileName,
	int blockSize,
	params Guid[] flags
)

Parameters

pendingFileName  String
The name of the pending file.
completeFileName  String
The name of the complete file.
blockSize  Int32
The size of data blocks within the file.
flags  Guid
Optional flags associated with the file.

See Also