TransactionalFileStructureCreateInMemory Method

Creates a new archive file that is completely in memory.

Definition

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

Parameters

blockSize  Int32
The size of the data block.
flags  Guid
Flags associated with the specified disk.

Return Value

TransactionalFileStructure
The new disk created in memory.

See Also