TransactionalEditOpenFile(Int32) Method

Opens a ArchiveFileStream that can be used to read/write to the file passed to this function.

Definition

Namespace: SnapDB.IO.FileStructure
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public SubFileStream OpenFile(
	int fileIndex
)

Parameters

fileIndex  Int32
The index of the file to open.

Return Value

SubFileStream
A SubFileStream representing the opened file.

See Also