SortedTreeFileCreateFile Method

Creates an archive file.

Definition

Namespace: SnapDB.Snap.Storage
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static SortedTreeFile CreateFile(
	string file,
	int blockSize = 4096,
	params Guid[] flags
)

Parameters

file  String
the path for the file.
blockSize  Int32  (Optional)
The number of bytes per block in the file.
flags  Guid
Flags to write to the file

Return Value

SortedTreeFile
The newly created SortedTreeFile.

See Also