SortedTreeFileCreateInMemory Method
Creates a new in memory archive file.
Namespace: SnapDB.Snap.StorageAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static SortedTreeFile CreateInMemory(
int blockSize = 4096,
params Guid[] flags
)
Public Shared Function CreateInMemory (
Optional blockSize As Integer = 4096,
ParamArray flags As Guid()
) As SortedTreeFile
public:
static SortedTreeFile^ CreateInMemory(
int blockSize = 4096,
... array<Guid>^ flags
)
SnapDB.Snap.Storage.SortedTreeFile.CreateInMemory = function(blockSize, ... flags);
- blockSize Int32 (Optional)
- The number of bytes per block in the file.
- flags Guid
- Flags to write to the file
SortedTreeFileThe new in-memory archive file.