FileHeaderBlockCreateNew Method
Creates a new file header.
Namespace: SnapDB.IO.FileStructureAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static FileHeaderBlock CreateNew(
int blockSize,
params Guid[] flags
)
Public Shared Function CreateNew (
blockSize As Integer,
ParamArray flags As Guid()
) As FileHeaderBlock
public:
static FileHeaderBlock^ CreateNew(
int blockSize,
... array<Guid>^ flags
)
SnapDB.IO.FileStructure.FileHeaderBlock.CreateNew = function(blockSize, ... flags);
- blockSize Int32
- The block size to make the header.
- flags Guid
- Flags to write to the file.
FileHeaderBlockThe newly created
SubFileHeader instance.