Click or drag to resize

LiteStorageTFileId Constructor

Initializes a new instance of the LiteStorageTFileId class

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public LiteStorage(
	ILiteDatabase db,
	string filesCollection,
	string chunksCollection
)

Parameters

db  ILiteDatabase
 
filesCollection  String
 
chunksCollection  String
 
See Also