SimplifiedFileWriter Constructor
Creates a simplified file writer.
Namespace: SnapDB.IO.FileStructureAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public SimplifiedFileWriter(
string pendingFileName,
string completeFileName,
int blockSize,
params Guid[] flags
)
Public Sub New (
pendingFileName As String,
completeFileName As String,
blockSize As Integer,
ParamArray flags As Guid()
)
public:
SimplifiedFileWriter(
String^ pendingFileName,
String^ completeFileName,
int blockSize,
... array<Guid>^ flags
)
SnapDB.IO.FileStructure.SimplifiedFileWriter = function(pendingFileName, completeFileName, blockSize, ... 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.