FileHeaderBlockCreateNewSimplified Method

Creates a new simplified FileHeaderBlock with the specified blockSize and optional flags.

Definition

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

Parameters

blockSize  Int32
The block size of the header.
flags  Guid
Optional flags to set in the header.

Return Value

FileHeaderBlock
The newly created simplified FileHeaderBlock instance.

See Also