Click or drag to resize

LiteDatabaseGetStorageTFileId Method

Get new instance of Storage using custom FileId type, custom "_files" collection name and custom "_chunks" collection. LiteDB support multiples file storages (using different files/chunks collection names)

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ILiteStorage<TFileId> GetStorage<TFileId>(
	string filesCollection = "_files",
	string chunksCollection = "_chunks"
)

Parameters

filesCollection  String  (Optional)
 
chunksCollection  String  (Optional)
 

Type Parameters

TFileId

Return Value

ILiteStorageTFileId

Implements

ILiteDatabaseGetStorageTFileId(String, String)
See Also