SortedTreeFileCreateInMemory Method

Creates a new in memory archive file.

Definition

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

Parameters

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

Return Value

SortedTreeFile
The new in-memory archive file.

See Also